c++: prvalue of array type [PR111286]
[official-gcc.git] / gcc / testsuite / gnat.dg / tagged5.adb
blobffccca8779f1648ef125a8c5da3b7cfb07701df9
1 -- { dg-do compile }
2 -- { dg-options "-gnata" }
4 package body Tagged5 is
5 procedure Dummy is null;
6 end Tagged5;