mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 06:08:22 +02:00
11 lines
142 B
ObjectPascal
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.
|