aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gnat.dg/lto7_pkg.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/gcc/testsuite/gnat.dg/lto7_pkg.adb')
-rw-r--r--gcc-4.9/gcc/testsuite/gnat.dg/lto7_pkg.adb6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc-4.9/gcc/testsuite/gnat.dg/lto7_pkg.adb b/gcc-4.9/gcc/testsuite/gnat.dg/lto7_pkg.adb
new file mode 100644
index 000000000..dd973dad3
--- /dev/null
+++ b/gcc-4.9/gcc/testsuite/gnat.dg/lto7_pkg.adb
@@ -0,0 +1,6 @@
+package body Lto7_Pkg is
+
+ procedure op1 (this : Root) is begin null; end;
+ procedure op2 (this : DT) is begin null; end;
+
+end Lto7_Pkg;