summary refs log tree commit diff
path: root/tests/ui/duplicate/dupe-symbols-7.rs
blob: 162c3c40446d71bcbc779fc889fe152806a062ad (plain)
1
2
3
4
5
6
7
8
9
10
//@ build-fail
//@ ignore-wasi wasi does different things with the `main` symbol

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

#![allow(warnings)]

#[no_mangle]
fn main(){}