mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 02:28:10 +02:00
8 lines
61 B
ObjectPascal
8 lines
61 B
ObjectPascal
{ %norun }
|
|
|
|
var
|
|
l: longint;
|
|
begin
|
|
volatile(l) := 1;
|
|
end.
|