blob: 333ab9286e2617d0d64e13dd787eb1fd3a44b878 [file] [log] [blame]
-- { 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;