mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 00:49:31 +02:00
20 lines
162 B
ObjectPascal
20 lines
162 B
ObjectPascal
{ %NORUN }
|
|
|
|
program tw40592;
|
|
|
|
{$mode objfpc}
|
|
{$modeswitch prefixedattributes}
|
|
|
|
type
|
|
[Volatile]
|
|
[Unsafe]
|
|
[Weak]
|
|
[Ref]
|
|
TTest = class
|
|
|
|
end;
|
|
|
|
begin
|
|
|
|
end.
|