Files
rust/src/test/ui/asm/unpretty-expanded.rs
2022-09-03 08:06:35 +00:00

4 lines
92 B
Rust

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