summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/lto8_pkg.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gnat.dg/lto8_pkg.adb')
-rw-r--r--gcc/testsuite/gnat.dg/lto8_pkg.adb9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/testsuite/gnat.dg/lto8_pkg.adb b/gcc/testsuite/gnat.dg/lto8_pkg.adb
new file mode 100644
index 000000000..de4c2a757
--- /dev/null
+++ b/gcc/testsuite/gnat.dg/lto8_pkg.adb
@@ -0,0 +1,9 @@
+-- { dg-options "-gnatws" }
+
+package body Lto8_Pkg is
+
+ protected body Protected_Queue_T is
+ entry Seize when True is begin null; end;
+ end Protected_Queue_T;
+
+end Lto8_Pkg;