repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
c++: prvalue of array type [PR111286]
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
test_prio_p.adb
blob
333ab9286e2617d0d64e13dd787eb1fd3a44b878
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
;