index
:
fpc
master
pristine-tar
upstream
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fpcsrc
/
tests
/
utils
/
fail.pp
blob: f24dcf2f959e8d5c7038efa9faf7d9904a2ee64b (
plain
)
1
2
3
4
5
program fail
;
begin
halt
(
1
);
end
.