mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-18 18:39:30 +02:00
9 lines
69 B
ObjectPascal
9 lines
69 B
ObjectPascal
{ %FAIL }
|
|
var
|
|
anattr : Longint;
|
|
|
|
begin
|
|
anattr := 1.0 or 5;
|
|
|
|
end.
|