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
/
uenum2b.pp
blob: 238cc6b4ee56860d79a82920a14113875a9b3b7b (
plain
)
1
2
3
4
5
6
7
8
9
10
unit uenum2b
;
interface type tenum
= (
tone
,
ttwo
,
tthree
);
implementation
end
.