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

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