Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
nll
/
promoted-liveness.rs
blob: dee95f2ef2d81aa86574703e0daf58a3f0402721 [
file
] [
log
] [
blame
] [
edit
]
// Test that promoted that have larger mir bodies than their containing function
// don't cause an ICE.
//@ check-pass
fn
main
()
{
&[
"0"
,
"1"
,
"2"
,
"3"
,
"4"
,
"5"
,
"6"
,
"7"
];
}