6 lines
84 B
Rust
6 lines
84 B
Rust
#![feature(isa_attribute)]
|
|
|
|
#[instruction_set(arm::magic)] //~ ERROR
|
|
fn main() {
|
|
|
|
}
|