blob: 162c3c40446d71bcbc779fc889fe152806a062ad [file] [log] [blame] [edit]
//@ 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(){}