Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
crashes
/
129109.rs
blob: 8b9ebdf03c7793353672bed681cc07fe95c1c569 [
file
] [
log
] [
blame
] [
edit
]
//@ known-bug: rust-lang/rust#129109
//@ compile-flags: -Zmir-opt-level=5 -Zvalidate-mir
extern
"C"
{
pub
static
mut
symbol
:
[
i8
];
}
fn
main
()
{
println
!(
"C"
,
unsafe
{
&
symbol
});
}