index
:
fpc
master
pristine-tar
upstream
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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
.