lazarus/components/PascalScript/Samples/Import/testinclude.rops
martin b65dc1ef59 Adding PascalScript from REM Objects
git-svn-id: trunk@38401 -
2012-08-27 11:02:51 +00:00

13 lines
202 B
Plaintext

{
This file is part of a DEFINE / INCLUDE test. Use
testdefine.rops file to execute this file.
}
procedure TestProc;
begin
Writeln('Test Proc Called');
{$IFDEF ERROR}
Error!
{$ENDIF}
end;