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

16 lines
149 B
C++

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