Sign in
rust
/
rust-lang
/
rust
/
1b01decc1ca851e014b6951bdd7f2ac2f897adc9
/
.
/
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"
);