Skip to content

Commit 31482a9

Browse files
committed
Import std::arch::asm
1 parent 049b6ae commit 31482a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/run/asm.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// Run-time:
44
// status: 0
55

6+
use std::arch::{asm, global_asm};
7+
68
global_asm!("
79
.global add_asm
810
add_asm:

0 commit comments

Comments
 (0)