mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 13:49:30 +02:00
15 lines
138 B
ObjectPascal
15 lines
138 B
ObjectPascal
{%FAIL}
|
|
{$mode objfpc}
|
|
|
|
{
|
|
Test RTTI directive (no clause specified)
|
|
}
|
|
program texrtti7;
|
|
uses
|
|
typinfo;
|
|
|
|
{$RTTI PROPERTIES}
|
|
|
|
begin
|
|
end.
|