summaryrefslogtreecommitdiffstats
path: root/src/test/ui/asm/unpretty-expanded.rs
blob: 25cf1c3d730ebae65bee81f350f29f7aca7f36a2 (plain)
1
2
3
4
// needs-asm-support
// check-pass
// compile-flags: -Zunpretty=expanded
core::arch::global_asm!("x: .byte 42");