mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 08:28:08 +02:00
10 lines
87 B
ObjectPascal
10 lines
87 B
ObjectPascal
{ %FAIL }
|
|
|
|
program tatomic2;
|
|
|
|
var
|
|
f: Single = 42.0;
|
|
begin
|
|
AtomicIncrement(f);
|
|
end.
|