summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/lto5_pkg.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gnat.dg/lto5_pkg.ads')
-rw-r--r--gcc/testsuite/gnat.dg/lto5_pkg.ads6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/gnat.dg/lto5_pkg.ads b/gcc/testsuite/gnat.dg/lto5_pkg.ads
new file mode 100644
index 000000000..34d34926e
--- /dev/null
+++ b/gcc/testsuite/gnat.dg/lto5_pkg.ads
@@ -0,0 +1,6 @@
+pragma Eliminate (p, d);
+
+package Lto5_Pkg is
+ type t is tagged null record;
+ procedure d (a : t);
+end;