Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
433da1fc047bb39a263eefca4bdb2b1972f1d2ce
/
.
/
tests
/
run-make
/
allow-non-lint-warnings-cmdline
/
foo.rs
blob: 46e72da2de9f330923f3c03fe7b7bcc07449b1ce [
file
] [
log
] [
blame
]
#[
derive
()]
#[
derive
(
Copy
,
Clone
)]
pub
struct
Foo
;
pub
fn
main
()
{
}