summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/lto19_pkg1.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gnat.dg/lto19_pkg1.adb')
-rw-r--r--gcc/testsuite/gnat.dg/lto19_pkg1.adb5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/gnat.dg/lto19_pkg1.adb b/gcc/testsuite/gnat.dg/lto19_pkg1.adb
new file mode 100644
index 0000000000..84b020ba6c
--- /dev/null
+++ b/gcc/testsuite/gnat.dg/lto19_pkg1.adb
@@ -0,0 +1,5 @@
+package body Lto19_Pkg1 is
+
+ procedure Proc (R : Rec) is begin null; end;
+
+end Lto19_Pkg1;