https://github.com/shader-slang/slang
Raw File
Tip revision: 6e4eae1050ab9282b460a33a013652c387c1e585 authored by Yong He on 24 March 2023, 00:16:32 UTC
Hack handling of primal insts that has a function type. (#2728)
Tip revision: 6e4eae1
call-argument-type.slang.expected
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 = {
}
back to top