2018-03-15 Steven G. Kargl <kargl@gcc.gnu.org>
[official-gcc.git] / gcc / testsuite / gnat.dg / opt35_pkg.ads
blob3fcd3f341d8c8e314fcdd48ce8e5d524690e1f29
1 package Opt35_Pkg is
3 pragma Pure;
5 E : Exception;
7 function F (I : Integer) return Integer;
9 end Opt35_Pkg;