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