Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
deriving
/
deriving-bounds.rs
blob: 45fc14420f1774ed24df9fccf6a1ee8d3cce0074 [
file
] [
log
] [
blame
]
//@ check-pass
#[
derive
(
Copy
,
Clone
)]
struct
Test
;
pub
fn
main
()
{}