cbindgen/tests/expectations/renaming_overrides_prefixing.cpp
2020-10-31 17:01:44 +01:00

19 lines
211 B
C++

#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"