]> git.lizzy.rs Git - rust.git/blob - src/test/ui/asm/unpretty-expanded.stdout
Rollup merge of #99460 - JanBeh:PR_asref_asmut_docs, r=joshtriplett
[rust.git] / src / test / ui / asm / unpretty-expanded.stdout
1 #![feature(prelude_import)]
2 #![no_std]
3 #[prelude_import]
4 use ::std::prelude::rust_2015::*;
5 #[macro_use]
6 extern crate std;
7 // check-pass
8 // compile-flags: -Zunpretty=expanded
9 global_asm! ("x: .byte 42");