1 // bindgen-flags: --rust-target 1.0 2 3 /// Since builtin `Clone` impls were introduced in Rust 1.21 this struct 4 /// should impl `Clone` "manually". 5 struct ShouldImplClone { 6 int large[33]; 7 }; 8