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

// error
// backend=llvm
// target=native
//
// :2:15: error: exact division produced remainder