Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gnat.dg / elab7_pkg2.adb
blob97a9ba6d3769fd815d6adad97711bc14b6bf96ab
1 with Elab7_Pkg1;
3 package body Elab7_Pkg2 is
4 procedure From_Timerep is
5 Lf1 : Long_Float := 1.0;
6 Lf2 : Long_Float := Long_Float'Floor(Lf1);
7 begin
8 null;
9 end From_Timerep;
11 procedure A is
12 begin
13 Elab7_Pkg1.A;
14 end A;
15 end Elab7_Pkg2;