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
/
task1_pkg.adb
blob
abd0a3657d9b19a3c396fc4704170c319e3b8278
1
package body
Task1_Pkg
is
2
task body
Typ_Task
is
3
begin
4
loop
5
null
;
6
end loop
;
7
end
Typ_Task
;
8
9
begin
10
null
;
11
end
Task1_Pkg
;