Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
asm
/
unpretty-expanded.rs
blob: 1da2c7704f41f3860ffabfecff2708f551c61df9 [
file
] [
log
] [
blame
] [
edit
]
//@ needs-asm-support
//@ check-pass
//@ compile-flags: -Zunpretty=expanded
core
::
arch
::
global_asm
!(
"x: .byte 42"
);