blob: 60e5c2598f1eebbfcac772589ddba93ce144ec3c [file] [log] [blame]
#![feature(isa_attribute)]
#[instruction_set()] //~ ERROR
fn no_isa_defined() {
}
fn main() {
}