Files
cbindgen/tests/expectations/lifetime_arg.cpp
T
2019-01-03 09:46:55 -06:00

14 lines
144 B
C++

#include <cstdarg>
#include <cstdint>
#include <cstdlib>
struct A {
const int32_t *data;
};
extern "C" {
void root(A _a);
} // extern "C"