Sign in
third-party-mirror
/
cbindgen
/
9a26cd0114a633fa05ece30bd3f1b13149f496f2
/
.
/
cbindgen-0.24.5
/
tests
/
expectations
/
expand_dep.cpp
blob: 914b79869080e7d40b92041b945a60806e6f33d8 [
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"