* cfgloopmanip.c (duplicate_loop_to_header_edge): Cleanup profile
[official-gcc.git] / gcc / testsuite / gnat.dg / concat1_pkg.adb
blob4e50e6119b1c6d62c195019dc472e5a439b7800b
1 package body Concat1_Pkg is
3 function Ident (I : Integer) return Integer is begin return I; end;
5 end Concat1_Pkg;