mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 22:49:34 +02:00
15 lines
167 B
ObjectPascal
15 lines
167 B
ObjectPascal
{%FAIL}
|
|
{$mode objfpc}
|
|
|
|
{
|
|
Test RTTI directive (missing identifier)
|
|
}
|
|
program texrtti2;
|
|
uses
|
|
typinfo;
|
|
|
|
{$RTTI EXPLICIT PROPERTIES([MissingIdentifier])}
|
|
|
|
begin
|
|
end.
|