* fi.po: Update.
[official-gcc.git] / gcc / testsuite / gnat.dg / opt12_pkg.adb
blob646c8734c70fe4e0a982331ba77c83e9e1002165
1 package body Opt12_Pkg is
3 function Equal (L, R: Static_Integer_Subtype) return Boolean is
4 begin
5 return (L = R);
6 end;
8 end Opt12_Pkg;