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
/
ttypedarray1.pp
blob: fd03d9461d7221e07c64e9ae31980bb28d34399f (
plain
)
1
2
3
4
5
6
{ %
fail
}
const a
:
array
[
0
.
.10
]
of longint
= (
1
,
2
);
begin
end
.