11 lines
172 B
Plaintext
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.
|