blob: 1b4dbce20360ce64838731776ce403cfab95a2c3 [file] [log] [blame]
#![feature(isa_attribute)]
#[instruction_set(arm::magic)] //~ ERROR
fn main() {
}