c++: prvalue of array type [PR111286]
[official-gcc.git] / gcc / testsuite / gnat.dg / remote_call_iface.ads
blobce12fef88caffd8b8f17e4c674636c95602f3a97
1 generic
2 package Remote_Call_Iface is
3 pragma Remote_Call_Interface;
4 procedure Proc;
5 end Remote_Call_Iface;