fpc/tests/test/texrtti4.pp
Michaël Van Canneyt a98462835e * Extended RTTI tests
2024-01-02 07:24:31 +01:00

16 lines
209 B
ObjectPascal

{%FAIL}
{$mode objfpc}
{
Test RTTI directive (trailing comma)
}
program texrtti4;
uses
typinfo;
// TODO: Syntax error, "identifier" expected but "]"
{$RTTI EXPLICIT PROPERTIES([vcPrivate,])}
begin
end.