Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
test
cases
compile_errors
for_empty.zig
pretty
plain
permalink
blame
history
•
9 lines
•
122 B
1
export fn b() void {
2
for () |i| {
3
_ = i;
4
}
5
}
6
7
// error
8
//
9
// :2:10: error: expected expression, found ')'