master
1comptime {
2    const a: i32 = 1;
3    const b: i32 = 0;
4    const c = a / b;
5    _ = c;
6}
7
8// test_error=division by zero