2016-11-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
[official-gcc.git] / gcc / testsuite / gnat.dg / specs / elab4.ads
blobf402f0104c7777b1d92f87da623fe68ac1ecd183
1 -- { dg-do compile }
3 pragma Restrictions(No_Elaboration_Code);
5 with Elab4_Proc;
7 package Elab4 is
9 procedure My_G is new Elab4_Proc;
11 end Elab4;
13 -- { dg-final { scan-assembler-not "elabs" } }