c++: prvalue of array type [PR111286]
[official-gcc.git] / gcc / testsuite / gnat.dg / inline21.adb
blob5df569158eb3d13036fbaaf85c5fe4aaccef6f6e
1 -- { dg-compile }
2 -- { dg-options "-O -gnatn" }
4 with Inline21_Q;
6 procedure Inline21 is
7 begin
8 Inline21_Q.My_Nested_G.Proc;
9 end;