mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 05:48:50 +02:00
15 lines
141 B
ObjectPascal
15 lines
141 B
ObjectPascal
{%FAIL}
|
|
{$mode objfpc}
|
|
|
|
{
|
|
Test RTTI directive (missing set)
|
|
}
|
|
program texrtti5;
|
|
uses
|
|
typinfo;
|
|
|
|
{$RTTI EXPLICIT PROPERTIES()}
|
|
|
|
begin
|
|
end.
|