summaryrefslogtreecommitdiff
path: root/bindgen-tests/tests/headers/issue-1285.h
blob: a2817d84b479c4de518c3258885db9a4a5c7832b (plain)
1
2
3
4
5
6
7
8
// bindgen-flags: --with-derive-hash --no-recursive-allowlist --allowlist-type "foo"

struct foo {
    union {
        unsigned int a;
        unsigned short b;
    } bar;
};