1comptime { 2 const x = @divExact(10, 3); 3 _ = x; 4} 5 6// error 7// 8// :2:15: error: exact division produced remainder