mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-27 14:38:08 +01: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.
|