1
Fork 0
rust/src/test/ui/asm/unpretty-expanded.rs

4 lines
92 B
Rust
Raw Normal View History

2022-09-03 08:05:48 +00:00
// check-pass
// compile-flags: -Zunpretty=expanded
core::arch::global_asm!("x: .byte 42");