Sign in
rust
/
rust
/
a5a286df89146c64afebc6dcbbd3f61ba67ae53b
/
.
/
tests
/
ui
/
asm
/
unpretty-expanded.stdout
blob: ce636c150c1cc8b7c6e4539d3efbda1b195a4f91 [
file
]
#![feature(prelude_import)]
#![no_std]
extern
crate std
;
#[prelude_import]
use
::
std
::
prelude
::
rust_2015
::*;
//@ needs-asm-support
//@ check-pass
//@ compile-flags: -Zunpretty=expanded
//@ edition: 2015
global_asm
!
(
"x: .byte 42"
);