PR tree-optimization/86415 - strlen() not folded for substrings within constant arrays
[official-gcc.git] / gcc / testsuite / gnat.dg / limited_with5.ads
blob4a242a04e114fd00351576d5fe2de3d9d65bc106
1 with Limited_With5_Pkg;
3 package Limited_With5 is
4 type Sup_T is new Integer;
5 procedure Doit (Obj : Limited_With5_Pkg.T);
6 end Limited_With5;