2015-07-03 Christophe Lyon <christophe.lyon@linaro.org>
[official-gcc.git] / gcc / testsuite / gnat.dg / constant2_pkg2.adb
blobe9ccadea2c986056a0b3264a2bbd9b2e4dfdb5d3
1 package body Constant2_Pkg2 is
3 function F1 return Boolean is
4 begin
5 return False;
6 end;
8 function F2 return Boolean is
9 begin
10 return False;
11 end;
13 end Constant2_Pkg2;