pascalabcnet/TestSuite/formatter_tests/input/attributes1.pas

10 lines
101 B
ObjectPascal
Raw Permalink Normal View History

2018-12-31 19:13:03 +03:00
type
TAttr = class(System.Attribute)
end;
procedure P1([TAttr]x: byte) := exit;
begin
end.