summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/tbs/tb0370.pp
blob: 59c344b2b656b6ab4b4acb92ce68994508d9465f (plain)
1
2
3
4
5
6
7
8
9
10
11
{ %VERSION=1.1 }

{$mode delphi}
type
   tenum = (e1,e2,e3);

const
   e256 = tenum(256);

begin
end.