fpc/tests/webtbs/tw40592.pp

20 lines
162 B
ObjectPascal

{ %NORUN }
program tw40592;
{$mode objfpc}
{$modeswitch prefixedattributes}
type
[Volatile]
[Unsafe]
[Weak]
[Ref]
TTest = class
end;
begin
end.