aboutsummaryrefslogtreecommitdiff
path: root/test/cases/compile_errors/muladd_int_vector.zig
blob: 24297404b60ea5c9835d9692c9cf4ad8c0522b35 (plain)
1
2
3
4
5
6
7
comptime {
    _ = @mulAdd(@Vector(1, u32), .{0}, .{0}, .{0});
}

// error
//
// :2:9: error: expected vector of floats or float type, found '@Vector(1, u32)'