Componentes.Terceros.RemObj.../official/5.0.35.741/Pascal Script for Delphi/Samples/Import/testdefine.rops

11 lines
172 B
Plaintext
Raw Permalink Normal View History

{.$DEFINE ERROR}
// Remove the . before the define to
// cause an error in textinclude.rops
{$I testinclude.rops}
begin
testproc();
writeln('test');
end.