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

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