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

17 lines
183 B
C++

#include <cstdarg>
#include <cstdint>
#include <cstdlib>
struct Normal {
int32_t x;
float y;
};
extern "C" {
extern void bar(Normal a);
extern int32_t foo();
} // extern "C"