mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-22 06:18:35 +02:00

* increase ppu version + added test * adjust ppudump to handle attributes as well ToDo: output parameter nodes as well git-svn-id: trunk@42401 -
11 lines
86 B
ObjectPascal
11 lines
86 B
ObjectPascal
{ %NORUN }
|
|
{ %RECOMPILE }
|
|
|
|
program tcustomattr14;
|
|
|
|
uses
|
|
ucustomattr14b;
|
|
|
|
begin
|
|
end.
|