Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gnat.dg / elab6.adb
blob83b8fbcaeff3cea091e7dc89c15a246fc1092c09
1 -- { dg-do compile }
2 -- { dg-options "-gnatE" }
4 package body Elab6 is
5 procedure Force_Body is null;
7 package Inst is new Elab6_Pkg;
8 end Elab6;