Sign in
third-party-mirror
/
cbindgen
/
9a26cd0114a633fa05ece30bd3f1b13149f496f2
/
.
/
cbindgen-0.24.5
/
tests
/
expectations
/
function_args.cpp
blob: 903f1bbc54ae3a12d343a67ed3572bee2ddb50d1 [
file
] [
log
] [
blame
]
#include
<cstdarg>
#include
<cstdint>
#include
<cstdlib>
#include
<ostream>
#include
<new>
extern
"C"
{
void
unnamed
(
const
uint64_t
*);
void
pointer_test
(
const
uint64_t
*
a
);
void
print_from_rust
();
}
// extern "C"