mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 10:49:31 +02:00
15 lines
147 B
ObjectPascal
15 lines
147 B
ObjectPascal
{%FAIL}
|
|
{$mode objfpc}
|
|
|
|
{
|
|
Test RTTI directive (missing parentheses)
|
|
}
|
|
program texrtti6;
|
|
uses
|
|
typinfo;
|
|
|
|
{$RTTI EXPLICIT PROPERTIES}
|
|
|
|
begin
|
|
end.
|