mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 00:09:32 +02:00
12 lines
118 B
ObjectPascal
12 lines
118 B
ObjectPascal
{%FAIL}
|
|
|
|
{$RTTI EXPLICIT PROPERTIES([])}
|
|
|
|
{
|
|
Test RTTI directive in invalid location
|
|
}
|
|
program texrtti9;
|
|
|
|
begin
|
|
end.
|