summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics/call-argument-type.slang.expected
blob: 4d30b407a002353693fe052dc98c2921b8836f4a (plain)
1
2
3
4
5
6
7
8
result code = -1
standard error = {
tests/diagnostics/call-argument-type.slang(10): error 30019: expected an expression of type 'A', got 'B'
    f(b);
      ^
}
standard output = {
}