c++: prvalue of array type [PR111286]
[official-gcc.git] / gcc / testsuite / gnat.dg / encode_string1_pkg.ads
blobba2d675cb05e762b8cededdcb3dd519720c82e19
1 generic
2 type C is private;
3 type S is array (Positive range <>) of C;
4 with function Encode (Val : S) return String;
6 procedure Encode_String1_Pkg (Val : S);