summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/expr_func2.adb
blob: ef366c6df9ce8bef97cd382327960eb6d91cfe5e (plain)
1
2
3
4
5
--  { dg-do compile }

package body Expr_Func2 is
   procedure Foo is null;
end Expr_Func2;