mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-18 03:59:27 +02:00
12 lines
145 B
ObjectPascal
12 lines
145 B
ObjectPascal
{ %version=1.1 }
|
|
{ %fail }
|
|
|
|
{$mode delphi}
|
|
{$threading on}
|
|
|
|
threadvar
|
|
{ Initializing threadvars is not allowed }
|
|
p : longint = 1;
|
|
begin
|
|
end.
|