blob: 2e17fcfd7a4933cbcb31cfaf6dcea30f19f425b8 [file] [log] [blame]
#![feature(used_with_arg)]
#[used(compiler, linker)] //~ expected `used`, `used(compiler)` or `used(linker)`
static mut USED_COMPILER_LINKER: [usize; 1] = [0];
fn main() {}