diff options
Diffstat (limited to 'tests/ui/asm/unpretty-expanded.rs')
-rw-r--r-- | tests/ui/asm/unpretty-expanded.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/ui/asm/unpretty-expanded.rs b/tests/ui/asm/unpretty-expanded.rs new file mode 100644 index 000000000..25cf1c3d7 --- /dev/null +++ b/tests/ui/asm/unpretty-expanded.rs @@ -0,0 +1,4 @@ +// needs-asm-support +// check-pass +// compile-flags: -Zunpretty=expanded +core::arch::global_asm!("x: .byte 42"); |