fpc/tests/test/tcustomattr14.pp
svenbarth b945e66e28 * store attribute information in PPU; this is less important for the compiler, but more for e.g. Lazarus when dealing with binary only units
* increase ppu version
+ added test
* adjust ppudump to handle attributes as well
ToDo: output parameter nodes as well

git-svn-id: trunk@42401 -
2019-07-12 22:07:46 +00:00

11 lines
86 B
ObjectPascal

{ %NORUN }
{ %RECOMPILE }
program tcustomattr14;
uses
ucustomattr14b;
begin
end.