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

18 lines
167 B
C++

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