rust/tests/ui/asm/unpretty-expanded.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
116 B
Rust
Raw Normal View History

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