Sign in
fuchsia
/
third_party
/
rust
/
15adfb9cd5b029268e1470a41391d91859b0a1f8
/
.
/
tests
/
ui
/
empty_global_asm.rs
blob: 2517796ad107ce7980bada1fd4848e9bcfd7c4df [
file
] [
log
] [
blame
]
//@ needs-asm-support
//@ run-pass
use
std
::
arch
::
global_asm
;
global_asm
!(
""
);
fn
main
()
{}