c++: prvalue of array type [PR111286]
[official-gcc.git] / gcc / testsuite / gnat.dg / bip_cu_constructor.adb
blob7ed3cab9b5cfb3626072bcddf1948a2a9605acbb
1 with BIP_CU_T; use BIP_CU_T;
2 function BIP_CU_Constructor return T is
3 begin
4 return Make_T (Name => "Rumplestiltskin");
5 end BIP_CU_Constructor;