aboutsummaryrefslogtreecommitdiff
path: root/test/cases/compile_errors/exact division failure.zig
blob: d33cbb53549c3f1fa7db75f8481ee3a622574769 (plain)
1
2
3
4
5
6
7
8
comptime {
    const x = @divExact(10, 3);
    _ = x;
}

// error
//
// :2:15: error: exact division produced remainder