fpc/tests/tbf/tb0064.pp
2000-12-03 21:50:07 +00:00

11 lines
142 B
ObjectPascal

{ %FAIL }
{ Old file: tbf0323.pp }
{ }
{$ifdef fpc}{$mode delphi}{$endif}
type
TA = (aOne := 1, aTwo, aThree, aFour, aSix);
begin
end.