Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.git] / gcc / testsuite / gnat.dg / dynamic_elab1.ads
blobc241e54cca6c821b9a65f142ae52fdaef5a74a11
1 with Dynamic_Elab_Pkg; use Dynamic_Elab_Pkg;
3 package Dynamic_Elab1 is
5 type Plot is record
6 Data : R;
7 end record;
8 pragma Pack (Plot);
10 function Get_Plot return Plot;
12 end Dynamic_Elab1;