Sign in
fuchsia
/
third_party
/
rust
/
e3029abfaec4252ab0ae7010780be0094d8870e0
/
.
/
tests
/
crashes
/
96304.rs
blob: 637012f45858f978c800f10d122b9fac16f2d26a [
file
] [
log
] [
blame
]
//@ known-bug: #96304
#![
feature
(
asm_sym
)]
core
::
arch
::
global_asm
!(
"/* {} */"
,
sym
<&
'
static
()>::
clone
);
pub
fn
main
()
{}