Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gnat.dg
/
cpp_constructor_useit.ads
blob: 1f3046450a1d4b8755fab3b602cec9cda287f620 [
file
] [
log
] [
blame
]
with
Interfaces
.
C
;
use
Interfaces
.
C
;
package
Cpp_Constructor_Useit
is
function
My_Fn
(
Val
:
int
)
return
int
with
Convention
=>
Cpp
;
function
My_Fn
(
Val
:
int
)
return
int
is
(
Val
+
1
);
end
Cpp_Constructor_Useit
;