summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/test/tprocext.pp
blob: c87c9b7d1ab2bcc4929021a4155c490e7c8b8b45 (plain)
1
2
3
4
5
6
7
8
uses uprocext1;

begin
  err:=true;
  proc1;
  if err then
    halt(1);
end.