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/decl_name_conflicting.cpp

21 lines
285 B
C++

#include <cstdarg>
#include <cstdint>
#include <cstdlib>
#include <ostream>
#include <new>
enum class BindingType : uint32_t {
Buffer = 0,
NotBuffer = 1,
};
struct BindGroupLayoutEntry {
BindingType ty;
};
extern "C" {
void root(BindGroupLayoutEntry entry);
} // extern "C"