PR testsuite/86649
[official-gcc.git] / gcc / testsuite / gnat.dg / expr_func3.adb
blob3e4d58329679943614bad6f6431338e65d0e811c
1 -- { dg-do compile }
3 package body Expr_Func3 is
5 procedure Dummy is null;
7 end Expr_Func3;