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
/
cpp_constructor_useit.ads
blob
1f3046450a1d4b8755fab3b602cec9cda287f620
1
with
Interfaces
.
C
;
use
Interfaces
.
C
;
2
3
package
Cpp_Constructor_Useit
is
4
function
My_Fn
(
Val
:
int
)
return
int
5
with
Convention
=>
Cpp
;
6
7
function
My_Fn
(
Val
:
int
)
return
int
is
(
Val
+
1
);
8
end
Cpp_Constructor_Useit
;