PR tree-optimization/86415 - strlen() not folded for substrings within constant arrays
[official-gcc.git] / gcc / testsuite / gnat.dg / array28_pkg.ads
blob6189010baf9e29d9e81fd8c2286c63be5527fd20
1 package Array28_Pkg is
3 subtype Outer_Type is String (1 .. 8);
4 subtype Inner_Type is String (1 .. 5);
6 function F return Inner_Type;
8 end Array28_Pkg;