Sign in
third-party-mirror
/
cbindgen
/
refs/heads/main
/
.
/
cbindgen-0.27.0
/
tests
/
expectations
/
renaming_overrides_prefixing.cpp
blob: e31c3b8d63c49ef99eb55b581ded3c54231c94dd [
file
] [
log
] [
blame
] [
edit
]
#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"