[Ada] Crash on entry in generic with dynamic elaboration checks
[gcc.git] / gcc / testsuite / gnat.dg / elab6_pkg.ads
1 generic
2 package Elab6_Pkg is
3 procedure Call_Ent;
4 end Elab6_Pkg;