OSDN Git Service

Add new Ada test cases.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / test_prio_p.adb
1 package body test_prio_p is
2    protected body Protected_Queue_T is
3       entry Seize when True is begin null; end;
4    end Protected_Queue_T;
5 end test_prio_p;