mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 17:28:05 +02:00
10 lines
87 B
ObjectPascal
10 lines
87 B
ObjectPascal
{ %FAIL }
|
|
|
|
program tatomic6;
|
|
|
|
var
|
|
l: LongInt;
|
|
begin
|
|
AtomicIncrement(l, 4.32);
|
|
end.
|