diff options
Diffstat (limited to 'gcc/testsuite/gnat.dg/test_prio_p.adb')
-rw-r--r-- | gcc/testsuite/gnat.dg/test_prio_p.adb | 5 |
1 files changed, 5 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 00000000000..dd0d99adccb --- /dev/null +++ b/gcc/testsuite/gnat.dg/test_prio_p.adb @@ -0,0 +1,5 @@ +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; |