summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/remote_call_iface.ads
blob: ce12fef88caffd8b8f17e4c674636c95602f3a97 (plain)
1
2
3
4
5
generic
package Remote_Call_Iface is
   pragma Remote_Call_Interface;
   procedure Proc;
end Remote_Call_Iface;