re PR c++/84691 (internal compiler error: in poplevel_class, at cp/name-lookup.c...
[official-gcc.git] / gcc / testsuite / gnat.dg / specs / aggr4.ads
blob4cdf652ff2cb43df359786b1b53e95971462862d
1 -- { dg-do compile }
3 with Aggr4_Pkg; use Aggr4_Pkg;
5 package Aggr4 is
7 C : constant Rec3 := (Data => (D => One, Value => Zero));
9 end Aggr4;