Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gnat.dg / incomplete7.adb
blob34accbe911efe11a0fd45a342ed559a8b1281f28
1 -- { dg-do compile }
3 package body Incomplete7 is
4 procedure Foo is null;
5 end Incomplete7;