summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/lto5_pkg.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gnat.dg/lto5_pkg.adb')
-rw-r--r--gcc/testsuite/gnat.dg/lto5_pkg.adb6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/gnat.dg/lto5_pkg.adb b/gcc/testsuite/gnat.dg/lto5_pkg.adb
new file mode 100644
index 000000000..b5bf68ab9
--- /dev/null
+++ b/gcc/testsuite/gnat.dg/lto5_pkg.adb
@@ -0,0 +1,6 @@
+package body Lto5_Pkg is
+ procedure d (a : t) is
+ begin
+ null;
+ end;
+end;