PR tree-optimization/86415 - strlen() not folded for substrings within constant arrays
[official-gcc.git] / gcc / testsuite / gnat.dg / nested_generic2_g1.ads
bloba7a48d6a2c21ad80f3e0baf6d0c887530e996d42
1 generic
2 S : String;
3 package Nested_Generic2_G1 is
5 procedure Debug (Msg : String; Prefix : String);
7 generic
8 Prefix : String;
9 package Nested is
10 procedure Debug (Msg : String);
11 end Nested;
13 end Nested_Generic2_G1;