summaryrefslogtreecommitdiffstats
path: root/tests/ui/duplicate/dupe-symbols-7.rs
blob: 4983874729c40864b1306c47d8c34d73413ae0c3 (plain)
1
2
3
4
5
6
7
8
9
// build-fail

//
// error-pattern: entry symbol `main` declared multiple times

#![allow(warnings)]

#[no_mangle]
fn main(){}