rust/tests/ui/asm/unpretty-expanded.rs
2023-01-11 09:32:08 +00:00

5 lines
113 B
Rust

// needs-asm-support
// check-pass
// compile-flags: -Zunpretty=expanded
core::arch::global_asm!("x: .byte 42");