Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
test
cases
compile_errors
missing_digit_after_base.zig
pretty
plain
permalink
blame
history
•
8 lines
•
134 B
1
export fn entry() void {
2
const x = @as(usize, -0x);
3
_ = x;
4
}
5
6
// error
7
//
8
// :2:27: error: expected a digit after base prefix