mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
test: remove accidental hard tab
This commit is contained in:
parent
018262d537
commit
2fb78430db
@ -31,7 +31,7 @@ pub fn main() void {}
|
|||||||
comptime {
|
comptime {
|
||||||
const x: [*c]u8 = null;
|
const x: [*c]u8 = null;
|
||||||
var runtime_len: usize = undefined;
|
var runtime_len: usize = undefined;
|
||||||
runtime_len = 0;
|
runtime_len = 0;
|
||||||
const y = x[0..runtime_len];
|
const y = x[0..runtime_len];
|
||||||
_ = y;
|
_ = y;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user