• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // bindgen-flags: --rust-target 1.40
2 //
3 
4 /// This struct should derive `Clone`.
5 struct ShouldDeriveClone {
6     int large[33];
7 };
8