remove unused files
[platform/upstream/gcc48.git] / gcc / testsuite / gnat.dg / opt12_pkg.adb
1 package body Opt12_Pkg is
2
3    function Equal (L, R: Static_Integer_Subtype) return Boolean is
4    begin
5       return (L = R);
6    end;
7
8 end Opt12_Pkg;