Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gnat.dg / inline17.adb
blobbb6e5c2563d4170cfae442fca836e2ea5201e726
1 -- { dg-do compile }
2 -- { dg-options "-O -gnatn" }
3 with Inline17_Pkg1; use Inline17_Pkg1;
4 with Inline17_Pkg2; use Inline17_Pkg2;
6 procedure Inline17 is
7 use type SQL_Field;
8 begin
9 Test;
10 end;