Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// build-fail
#![crate_type="rlib"]
#![allow(warnings)]
#[export_name="fail"]
static HELLO: u8 = 0;
static HELLO_TWICE: u16 = 0;
//~^ symbol `fail` is already defined