### Zig Version 0.15.0-dev.691+8dbd29cc4 ### Steps to Reproduce and Observed Behavior Run `zig test` for the code ```zig test { _ = @max(0, false); } ``` Compiler crashes with SEGFAULT. ### Expected Behavior Compilation error.