blob: 8ca87a4061185416c8852e057090dc25b1579a51 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
result code = -1
standard error = {
tests/bugs/gh-449.slang(18): error 30019: expected an expression of type 'S', got 'vector<float,2>'
foo(a + b);
^
tests/bugs/gh-449.slang(24): error 30019: expected an expression of type 'S', got 'vector<float,2>'
foo(u + f);
^
}
standard output = {
}
|