summaryrefslogtreecommitdiff
path: root/tests/headers/use-core_1_0.h
blob: afa54d426a2b2e042d0ecc2ee8f55436d6a2d4e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// bindgen-flags: --rust-target 1.0 --use-core --raw-line "extern crate core;"

struct foo {
  int a, b;
  void* bar;
};

union {
  int bar;
  long baz;
} bazz;

typedef void (*fooFunction)(int bar);