aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gnat.dg/limited_with3.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/gcc/testsuite/gnat.dg/limited_with3.adb')
-rw-r--r--gcc-4.9/gcc/testsuite/gnat.dg/limited_with3.adb9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc-4.9/gcc/testsuite/gnat.dg/limited_with3.adb b/gcc-4.9/gcc/testsuite/gnat.dg/limited_with3.adb
new file mode 100644
index 000000000..36419246f
--- /dev/null
+++ b/gcc-4.9/gcc/testsuite/gnat.dg/limited_with3.adb
@@ -0,0 +1,9 @@
+-- { dg-do compile }
+
+with Limited_With3_Pkg3;
+
+package body Limited_With3 is
+
+ procedure Dummy is begin null; end;
+
+end Limited_With3;