Sign in
rust
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
asm
/
unpretty-expanded.rs
blob: 3eb46fe4889c6443a21f2008fa5e22fdc0939125 [
file
] [
log
] [
blame
]
//@ needs-asm-support
//@ check-pass
//@ compile-flags: -Zunpretty=expanded
//@ edition: 2015
core
::
arch
::
global_asm
!(
"x: .byte 42"
);