fix corner case in unused (#5090)

fixes #5089
This commit is contained in:
Alex Lam S.L
2021-07-20 18:10:58 +01:00
committed by GitHub
parent 85968dee54
commit 8926a2f327
4 changed files with 58 additions and 5 deletions

View File

@@ -95,7 +95,7 @@ while_if_break: {
}
}
expect: {
for(; a && (b && c && d, !e););
for (; a && (b && c && d, !e););
}
}