summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/test_prio_p.adb
blob: dd0d99adccbe96a74bee0bd7fe326ba84edbbe01 (plain)
1
2
3
4
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;