summaryrefslogtreecommitdiff
path: root/bindgen-tests/tests/headers/issue-1454.h
blob: 96645dac9d6d26d20f410ca0de11aac4f984f93c (plain)
1
2
3
4
5
6
7
8
9
10
// bindgen-flags: --no-recursive-allowlist --allowlist-type "local_type" --with-derive-hash --no-derive-copy --no-derive-default --raw-line "#[repr(C)] #[derive(Debug)] pub struct extern_type;"
// bindgen-parse-callbacks: blocklisted-type-implements-trait

struct extern_type {};

typedef struct
{
    struct extern_type inner;
}
local_type;