Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
duplicate
/
dupe-symbols-7.rs
blob: ea17942493cd7e4dbaf14145a9014564e23278d0 [
file
] [
log
] [
blame
]
//@ build-fail
//@ ignore-wasi wasi does different things with the `main` symbol
#![
allow
(
warnings
)]
#[
no_mangle
]
fn
main
(){}
//~ ERROR entry symbol `main` declared multiple times