mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 10:49:31 +02:00
10 lines
92 B
ObjectPascal
10 lines
92 B
ObjectPascal
{ %FAIL }
|
|
|
|
program tatomic7;
|
|
|
|
var
|
|
l: LongInt;
|
|
begin
|
|
AtomicCmpExchange(l, 4, 4.32);
|
|
end.
|