trisquel-icecat/icecat/third_party/cbindgen/tests/expectations/package_version.cpp

17 lines
210 B
C++

/* Package version: 0.1.0 */
#include <cstdarg>
#include <cstdint>
#include <cstdlib>
#include <ostream>
#include <new>
struct Foo {
uint64_t bar;
};
extern "C" {
void doit(const Foo*);
} // extern "C"