aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/remote_call_iface.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gnat.dg/remote_call_iface.ads')
-rw-r--r--gcc/testsuite/gnat.dg/remote_call_iface.ads5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/gnat.dg/remote_call_iface.ads b/gcc/testsuite/gnat.dg/remote_call_iface.ads
new file mode 100644
index 00000000000..ce12fef88ca
--- /dev/null
+++ b/gcc/testsuite/gnat.dg/remote_call_iface.ads
@@ -0,0 +1,5 @@
+generic
+package Remote_Call_Iface is
+ pragma Remote_Call_Interface;
+ procedure Proc;
+end Remote_Call_Iface;