summaryrefslogtreecommitdiff
path: root/bindgen-tests/tests/headers/derive-partialeq-core.h
blob: 18eed8b3245ce0a9ed49fea239ef101630391c51 (plain)
1
2
3
4
5
// bindgen-flags: --with-derive-partialeq --impl-partialeq --use-core --raw-line "extern crate core;" --rust-target 1.40

struct C {
    int large_array[420];
};