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