Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
e23f0a7ad6fe7a394cd83f92979eb5871a040052
/
.
/
bindgen-tests
/
tests
/
headers
/
derive-clone.h
blob: aacbcaf8855cbd6287e82e277460cd32233429a8 [
file
] [
log
] [
blame
]
// bindgen-flags: --rust-target 1.40
//
/// This struct should derive `Clone`.
struct
ShouldDeriveClone
{
int
large
[
33
];
};