mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 20:33:13 +02:00
15 lines
124 B
ObjectPascal
15 lines
124 B
ObjectPascal
{ %FAIL }
|
|
|
|
program tclass17;
|
|
|
|
{$mode objfpc}
|
|
|
|
type
|
|
TTest = class
|
|
public threadvar
|
|
Test: LongInt;
|
|
end;
|
|
|
|
begin
|
|
end.
|