blob: 40de9d158d8fe4ee05ef524c73b06e0e760355bc [file] [log] [blame]
// bindgen-flags: --rust-target 1.0 --use-core --raw-line "extern crate core;" --with-derive-hash --with-derive-partialeq --with-derive-eq
struct foo {
int a, b;
void* bar;
};
union {
int bar;
long baz;
} bazz;
typedef void (*fooFunction)(int bar);