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++: constrained lambda error-recovery [PR108972]
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
nested_generic2_g1.adb
blob
446b4954f5fd13389ce19fcc9ea1046f672de5aa
1
package body
Nested_Generic2_G1
is
2
3
procedure
Debug
(
Msg
:
String
;
Prefix
:
String
)
is
4
begin
5
null
;
6
end
;
7
8
package body
Nested
is
9
procedure
Debug
(
Msg
:
String
)
is
10
begin
11
Debug
(
Msg
,
Prefix
);
12
end
;
13
end
Nested
;
14
15
end
Nested_Generic2_G1
;