mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 11:50:45 +00:00
5 lines
116 B
Rust
5 lines
116 B
Rust
//@ needs-asm-support
|
|
//@ check-pass
|
|
//@ compile-flags: -Zunpretty=expanded
|
|
core::arch::global_asm!("x: .byte 42");
|