test: update cases to silence 'var is never mutated' errors
This commit is contained in:
@@ -2,6 +2,7 @@ export fn x() void {
|
||||
var a: *u32 = undefined;
|
||||
var b: []anyopaque = undefined;
|
||||
b = a;
|
||||
_ = &a;
|
||||
}
|
||||
|
||||
// error
|
||||
|
||||
Reference in New Issue
Block a user