about summary refs log tree commit diff
path: root/tests/ui/asm/unpretty-expanded.rs
blob: 3eb46fe4889c6443a21f2008fa5e22fdc0939125 (plain)
1
2
3
4
5
//@ needs-asm-support
//@ check-pass
//@ compile-flags: -Zunpretty=expanded
//@ edition: 2015
core::arch::global_asm!("x: .byte 42");