Zig Version
0.12.0-dev.1856+94c63f31f
Steps to Reproduce and Observed Behavior
test {
consta: struct { comptimecomptime_int=0 } = .{0};
_=a;
}https://gist.github.com/xdBronch/95e58100607a391599c2386efcd7d93c
Expected Behavior
probably test pass since the init has the same value as the default value, error otherwise
Zig Version
0.12.0-dev.1856+94c63f31f
Steps to Reproduce and Observed Behavior
https://gist.github.com/xdBronch/95e58100607a391599c2386efcd7d93c
Expected Behavior
probably test pass since the init has the same value as the default value, error otherwise