]> git.proxmox.com Git - rustc.git/blame - src/test/ui/asm/unpretty-expanded.rs
New upstream version 1.66.0+dfsg1
[rustc.git] / src / test / ui / asm / unpretty-expanded.rs
CommitLineData
2b03887a 1// needs-asm-support
f2b60f7d
FG
2// check-pass
3// compile-flags: -Zunpretty=expanded
4core::arch::global_asm!("x: .byte 42");