Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
issues
/
issue-81918.rs
blob: 8938b8a6f2c52856bca6e94da4ca7d1f77fec7a3 [
file
] [
log
] [
blame
]
// check-pass
// dont-check-compiler-stdout
// compile-flags: -Z unpretty=mir-cfg
// This checks that unpretty=mir-cfg does not panic. See #81918.
const
TAG
:
&
'
static
str
=
"ABCD"
;
fn
main
()
{
if
TAG
==
""
{}
}