blob: aacbcaf8855cbd6287e82e277460cd32233429a8 [file] [log] [blame]
// bindgen-flags: --rust-target 1.40
//
/// This struct should derive `Clone`.
struct ShouldDeriveClone {
int large[33];
};