mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-02 11:20:42 +01: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.
|