We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 049b6ae commit 31482a9Copy full SHA for 31482a9
tests/run/asm.rs
@@ -3,6 +3,8 @@
3
// Run-time:
4
// status: 0
5
6
+use std::arch::{asm, global_asm};
7
+
8
global_asm!("
9
.global add_asm
10
add_asm:
0 commit comments