summaryrefslogtreecommitdiff
path: root/bindgen-tests/tests/headers/no-recursive-allowlisting.h
blob: 1c6617110be826625c5746213ca5296fa3100d0d (plain)
1
2
3
4
5
6
7
// bindgen-flags: --no-recursive-allowlist --allowlist-type "Foo" --raw-line "pub enum Bar {}" --rustified-enum ".*"

struct Bar;

struct Foo {
  struct Bar* baz;
};