mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 22:29:57 +02:00
15 lines
155 B
ObjectPascal
15 lines
155 B
ObjectPascal
{%FAIL}
|
|
{$mode objfpc}
|
|
|
|
{
|
|
Test RTTI directive (leading comma)
|
|
}
|
|
program texrtti3;
|
|
uses
|
|
typinfo;
|
|
|
|
{$RTTI EXPLICIT PROPERTIES([,vcPrivate])}
|
|
|
|
begin
|
|
end.
|