test: update cases to silence 'var is never mutated' errors
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
pub export fn entry() void {
|
||||
var y: [*]align(4) u8 = @ptrFromInt(5);
|
||||
_ = y;
|
||||
_ = &y;
|
||||
}
|
||||
|
||||
// error
|
||||
|
||||
Reference in New Issue
Block a user