2018-03-15 Steven G. Kargl <kargl@gcc.gnu.org>
[official-gcc.git] / gcc / testsuite / gnat.dg / opt12_pkg.ads
blob4defe2b77c7c772d75508631672d1c9287a003cb
1 package Opt12_Pkg is
3 type Static_Integer_Subtype is range -32_000 .. 32_000;
5 function Equal (L, R: Static_Integer_Subtype) return Boolean;
7 type My_Fixed is delta 0.1 range -5.0 .. 5.0;
9 Fix_Half : My_Fixed := 0.5;
11 end Opt12_Pkg;