PR target/84336
[official-gcc.git] / gcc / testsuite / gnat.dg / aggr21_pkg.adb
blob5cdd089cf1e6c1cd5a6cc3f4528247afe0ef6047
1 package body Aggr21_Pkg is
3 procedure Init (R : out Rec) is
4 begin
5 R := (A => 5, S => <>, N => 7);
6 end;
8 end Aggr21_Pkg;