Skip to content

Commit

Permalink
Import std::arch::asm
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Dec 30, 2021
1 parent 049b6ae commit 31482a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/run/asm.rs
Expand Up @@ -3,6 +3,8 @@
// Run-time:
// status: 0

use std::arch::{asm, global_asm};

global_asm!("
.global add_asm
add_asm:
Expand Down

0 comments on commit 31482a9

Please sign in to comment.