Update concepts branch to revision 131834
[official-gcc.git] / gcc / testsuite / gnat.dg / dynamic_elab2.ads
blob9191dabd549f966217d386de07329413b6eb8629
1 with Dynamic_Elab_Pkg; use Dynamic_Elab_Pkg;
3 package Dynamic_Elab2 is
5 type Plot is record
6 B : Boolean;
7 Data : R;
8 end record;
9 pragma Pack (Plot);
11 function Get_Plot return Plot;
13 end Dynamic_Elab2;