fpc/tests/tbs/tb0706.pp
2023-08-12 12:04:40 +02:00

8 lines
61 B
ObjectPascal

{ %norun }
var
l: longint;
begin
volatile(l) := 1;
end.