Files
cbindgen/tests/expectations/linestyle_cr.cpp
T
2020-08-26 15:28:17 +02:00

1 line
167 B
C++

#include <cstdarg>
#include <cstdint>
#include <cstdlib>
#include <new>
struct Dummy {
int32_t x;
float y;
};
extern "C" {
void root(Dummy d);
} // extern "C"