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
/
inline18_gen3.adb
blob
4f786c2de3fc31e0231984a1685a841a72771cb5
1
package body
Inline18_Gen3
is
2
3
package body
Inner_G
is
4
5
function
Next
(
Position
:
Index_T
)
return
Index_T
is
6
begin
7
return
Position
;
8
end
;
9
10
end
Inner_G
;
11
12
end
Inline18_Gen3
;