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
/
nested_generic1_pkg.adb
blob
1227626139570d8f60adfc1042c8796446f3b1f5
1
package body
Nested_Generic1_Pkg
is
2
3
procedure
Image_Generic
4
(
Renderer
:
in not null
Element_Renderer
)
is
5
begin
6
null
;
7
end
;
8
9
procedure
Image_Standard_Instance
is new
Image_Generic
;
10
11
end
Nested_Generic1_Pkg
;