Files
cbindgen/tests/expectations/char.cpp
T
2019-12-02 19:55:04 +01:00

15 lines
153 B
C++

#include <cstdarg>
#include <cstdint>
#include <cstdlib>
#include <new>
struct Foo {
char32_t a;
};
extern "C" {
void root(Foo a);
} // extern "C"