Sign in
third-party-mirror
/
cbindgen
/
9a26cd0114a633fa05ece30bd3f1b13149f496f2
/
.
/
cbindgen-0.24.5
/
tests
/
expectations
/
renaming_overrides_prefixing.cpp
blob: 1a2a6d2fa83906cd932fc1318a78756c69a95707 [
file
] [
log
] [
blame
]
#include
<cstdarg>
#include
<cstdint>
#include
<cstdlib>
#include
<ostream>
#include
<new>
struct
StyleA
;
struct
B
{
int32_t
x
;
float
y
;
};
extern
"C"
{
void
root
(
const
StyleA
*
a
,
B b
);
}
// extern "C"