index
:
fpc
master
pristine-tar
upstream
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fpcsrc
/
tests
/
webtbf
/
tw11619b.pp
blob: cd7736ddc512f6a85aea90e276c458358228f53a (
plain
)
1
2
3
4
5
6
7
8
9
10
11
{ %
fail
}
program TEST
;
{
$EXTENDEDSYNTAX
OFF
}
USES DOS
;
BEGIN IORESULT
;
END
.