diff options
Diffstat (limited to 'gcc/testsuite/gnat.dg/test_prio_p.adb')
-rw-r--r-- | gcc/testsuite/gnat.dg/test_prio_p.adb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/testsuite/gnat.dg/test_prio_p.adb b/gcc/testsuite/gnat.dg/test_prio_p.adb new file mode 100644 index 000000000..333ab9286 --- /dev/null +++ b/gcc/testsuite/gnat.dg/test_prio_p.adb @@ -0,0 +1,7 @@ +-- { dg-options "-gnatws" } + +package body test_prio_p is + protected body Protected_Queue_T is + entry Seize when True is begin null; end; + end Protected_Queue_T; +end test_prio_p; |