fpc/tests/tbf/tb0128.pp
2018-03-15 09:05:26 +00:00

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.