blob: b4135b44a7d38675e78a93d2c1f4d271a2735e9c [file] [log] [blame]
// bindgen-flags: --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);