2015-07-03 Christophe Lyon <christophe.lyon@linaro.org>
[official-gcc.git] / gcc / testsuite / gnat.dg / cond_expr2.ads
blob11c8229746513eaa983d4a25e3ecb4d8f41b9293
1 package Cond_Expr2 is
3 function F (X : integer) return String;
5 end Cond_Expr2;