c++: prvalue of array type [PR111286]
[official-gcc.git] / gcc / testsuite / gnat.dg / array18_pkg.ads
blob9e441099f19322c49cd344a9085fd032214c522e
1 package Array18_Pkg is
3 function N return Positive;
5 subtype S is String (1 .. N);
7 function F return S;
9 end Array18_Pkg;