]> git.proxmox.com Git - rustc.git/blob - src/test/ui/duplicate/dupe-symbols-7.rs
Update unsuspicious file list
[rustc.git] / src / test / ui / duplicate / dupe-symbols-7.rs
1 // build-fail
2
3 //
4 // error-pattern: entry symbol `main` declared multiple times
5
6 // FIXME https://github.com/rust-lang/rust/issues/59774
7 // normalize-stderr-test "thread.*panicked.*Metadata module not compiled.*\n" -> ""
8 // normalize-stderr-test "note:.*RUST_BACKTRACE=1.*\n" -> ""
9 #![allow(warnings)]
10
11 #[no_mangle]
12 fn main(){}