Sign in
android
/
platform
/
external
/
rust
/
crates
/
cbindgen
/
4f3b9773ed1d8cac8f669bc84613aae4734fd808
/
.
/
tests
/
expectations
/
function_args.cpp
blob: 91eefff0e161becd18406a162b946c2d3a0a0d54 [
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"