mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 04:48:02 +02:00
13 lines
110 B
ObjectPascal
13 lines
110 B
ObjectPascal
{ %FAIL }
|
|
|
|
program tb0234;
|
|
|
|
uses
|
|
ub0234.ub0234;
|
|
|
|
var
|
|
c: Integer;
|
|
begin
|
|
c := Ord(ub0234.enumBAR);
|
|
end.
|