fpc/tests/tbf/tb0128.pp
2002-10-14 07:01:14 +00:00

12 lines
145 B
ObjectPascal

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