test_illegal_behavior.zig (81B) - Raw
1 test "safety check" { 2 unreachable; 3 } 4 5 // test_error=reached unreachable code