Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
crashes
/
109681.rs
blob: 73ff10070943fc5e42f6cdecfc34fefe566d1a72 [
file
] [
log
] [
blame
] [
edit
]
//@ known-bug: #109681
#![
crate_type
=
"lib"
]
#![
feature
(
linkage
)]
#[
linkage
=
"common"
]
pub
static
TEST3
:
bool
=
true
;
fn
main
()
{}