aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gnat.dg/concat1_pkg.ads
blob: 8690ba22f1bebd5e7ffdc284fb2694656f8b978e (plain)
1
2
3
4
5
package Concat1_Pkg is

  function Ident (I : Integer) return Integer;

end Concat1_Pkg;