Files
rust/tests/ui/duplicate/dupe-symbols-7.rs

8 lines
182 B
Rust

//@ 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