fpc/tests/test/terecs21.pp
svenbarth a2b58b842b + add support for threadvars in records
+ added tests

git-svn-id: trunk@39289 -
2018-06-23 13:49:16 +00:00

16 lines
154 B
ObjectPascal

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