diff options
Diffstat (limited to 'gcc/testsuite/gnat.dg/lto7_pkg.adb')
-rw-r--r-- | gcc/testsuite/gnat.dg/lto7_pkg.adb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/gnat.dg/lto7_pkg.adb b/gcc/testsuite/gnat.dg/lto7_pkg.adb new file mode 100644 index 000000000..dd973dad3 --- /dev/null +++ b/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; |