mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-05 11:32:33 +02:00
11 lines
162 B
Plaintext
11 lines
162 B
Plaintext
{.$DEFINE ERROR}
|
|
|
|
// Remove the . before the define to
|
|
// cause an error in textinclude.rops
|
|
|
|
{$I testinclude.rops}
|
|
begin
|
|
testproc();
|
|
writeln('test');
|
|
end.
|