Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
test
cases
compile_errors
bad_void_initializer.zig
pretty
plain
permalink
blame
history
•
7 lines
•
116 B
1
comptime {
2
_ = void{};
3
}
4
5
// error
6
//
7
// :2:13: error: type 'void' does not support array initialization syntax