package inefassign func _() { x := true // want "ineffectual assignment to x" x = false _ = x }