Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
asm
/
unpretty-expanded.stdout
blob: 80ccd127d506d698f9b7ae402073ce05c0f74eb4 [
file
] [
log
] [
blame
] [
edit
]
#![feature(prelude_import)]
#![no_std]
#[prelude_import]
use
::
std
::
prelude
::
rust_2015
::*;
#[macro_use]
extern
crate std
;
//@ needs-asm-support
//@ check-pass
//@ compile-flags: -Zunpretty=expanded
global_asm
!
(
"x: .byte 42"
);