blob: 1af2fe98e50e1983a8d8f63ccd8b16cdc8aa4c3c [file] [log] [blame]
// build-fail
//
#![crate_type="rlib"]
#![allow(warnings)]
#[export_name="fail"]
pub fn a() {
}
#[no_mangle]
pub fn fail() {
//~^ symbol `fail` is already defined
}