mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 15:39:25 +02:00
13 lines
170 B
ObjectPascal
13 lines
170 B
ObjectPascal
{%skiptarget=$nothread }
|
|
{ %version=1.1 }
|
|
{ %fail }
|
|
|
|
{$mode delphi}
|
|
{$threading on}
|
|
|
|
threadvar
|
|
{ Initializing threadvars is not allowed }
|
|
p : longint = 1;
|
|
begin
|
|
end.
|