PR tree-optimization/86415 - strlen() not folded for substrings within constant arrays
[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;