hollmmax
Results
1
issues of
hollmmax
The following example segfaults during compilation on both 0.7.0 and master. ```zig pub fn main() !void { var foo = "a"; switch (foo) { "a" => {}, "b" => {},...
bug
frontend