index
:
fpc
master
pristine-tar
upstream
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fpcsrc
/
tests
/
tbs
/
tb0361.pp
blob: 0728a2967dfce32a054057b9ba8f5d728662c730 (
plain
)
1
2
3
4
5
6
7
8
type e
=(
one
,
two
,
three
);
var a
:
array
[
0
..
cardinal
(
two
)+
1
]
of byte
;
begin
end
.