OSDN Git Service

* tree-ssa-ccp.c (valid_lattice_transition): Clarify comment
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / test_prio_p.adb
1 -- { dg-options "-gnatws" }
2
3 package body test_prio_p is
4    protected body Protected_Queue_T is
5       entry Seize when True is begin null; end;
6    end Protected_Queue_T;
7 end test_prio_p;