Sign in
android
/
platform
/
external
/
rust
/
crates
/
cbindgen
/
4f3b9773ed1d8cac8f669bc84613aae4734fd808
/
.
/
tests
/
expectations
/
expand_dep_v2.cpp
blob: 1190c297bc3bbac4ee0d60aafb21a6a547600227 [
file
] [
log
] [
blame
]
#include
<cstdarg>
#include
<cstdint>
#include
<cstdlib>
#include
<ostream>
#include
<new>
struct
dep_struct
{
uint32_t
x
;
double
y
;
};
extern
"C"
{
uint32_t
get_x
(
const
dep_struct
*
dep_struct
);
}
// extern "C"