fpc/tests/tbf/tb0128.pp
2024-10-31 22:35:04 +01:00

12 lines
153 B
ObjectPascal

{%skiptarget=$nothread }
{ %fail }
{$mode delphi}
{$threading on}
threadvar
{ Initializing threadvars is not allowed }
p : longint = 1;
begin
end.