* fi.po: Update.
[official-gcc.git] / gcc / testsuite / gnat.dg / aggr19_pkg.adb
blobd59da8945e29f2e3a09bce7cd2f333e77aeeee08
1 package body Aggr19_Pkg is
3 procedure Proc (Pool : in out Rec5) is
4 begin
5 Pool.Ent := (Kind => Two, Node => Pool.Ent.Node, I => 0);
6 end;
8 end ;