mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 00:09:32 +02:00
16 lines
154 B
ObjectPascal
16 lines
154 B
ObjectPascal
{ %FAIL }
|
|
|
|
program terecs21;
|
|
|
|
{$mode objfpc}
|
|
{$modeswitch advancedrecords}
|
|
|
|
type
|
|
TTest = class
|
|
public threadvar
|
|
Test: LongInt;
|
|
end;
|
|
|
|
begin
|
|
end.
|