Componentes.Terceros.RemObj.../official/5.0.29.665/Pascal Script for Delphi/Samples/Import/testdefine.rops
2008-03-24 15:49:18 +00:00

11 lines
172 B
Plaintext

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