]> git.lizzy.rs Git - rust.git/blob - src/test/ui/asm/unpretty-expanded.rs
Rollup merge of #99460 - JanBeh:PR_asref_asmut_docs, r=joshtriplett
[rust.git] / src / test / ui / asm / unpretty-expanded.rs
1 // check-pass
2 // compile-flags: -Zunpretty=expanded
3 core::arch::global_asm!("x: .byte 42");