summaryrefslogtreecommitdiff
path: root/bindgen-tests/tests/headers/derive-clone_1_0.h
blob: 34ef40ae9756c88467d440dfcc8a3be979147a13 (plain)
1
2
3
4
5
6
7
// bindgen-flags: --rust-target 1.0

/// Since builtin `Clone` impls were introduced in Rust 1.21 this struct 
/// should impl `Clone` "manually".
struct ShouldImplClone {
    int large[33];
};