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