This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangyang-zerotierone/zeroidc/vendor/cbindgen/tests/expectations/extern.cpp

19 lines
217 B
C++

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