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