Sign in
third-party-mirror
/
cbindgen
/
refs/heads/main
/
.
/
cbindgen-0.27.0
/
tests
/
expectations
/
linestyle_crlf.cpp
blob: ff773f17286c5b72bb5c56956945ce40df16cd50 [
file
] [
log
] [
blame
] [
edit
]
#include
<cstdarg>
#include
<cstdint>
#include
<cstdlib>
#include
<ostream>
#include
<new>
struct
Dummy
{
int32_t
x
;
float
y
;
};
extern
"C"
{
void
root
(
Dummy
d
);
}
// extern "C"