Add failing test case for RedundantExpr.

This commit is contained in:
Max Schaefer
2020-01-24 16:20:08 +00:00
parent 9507a22f48
commit d293388172

View File

@@ -24,5 +24,7 @@ func baz(b bool) int {
}
func main() {
foo(42)
if c == '\xA8' || c == '\xA9' {
foo(42)
}
}