fpc/tests/test/tclass17.pp
svenbarth c3ca96279a + add support for threadvars inside classes
+ added tests

git-svn-id: trunk@39288 -
2018-06-23 13:49:12 +00:00

15 lines
124 B
ObjectPascal

{ %FAIL }
program tclass17;
{$mode objfpc}
type
TTest = class
public threadvar
Test: LongInt;
end;
begin
end.