blob: ce365d1a8b1c8e982ea25dd9f565f0ca97d59b84 [file] [log] [blame]
//@ build-pass
#![feature(unsafe_attributes)]
#[cfg_attr(all(), unsafe(no_mangle))]
fn a() {}
fn main() {}