https://github.com/shader-slang/slang
Raw File
Tip revision: 97f253189af41f117e2de17093904cbb45202d46 authored by Tim Foley on 27 June 2017, 18:13:21 UTC
Merge pull request #46 from tfoleyNV/import-exported
Tip revision: 97f2531
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'
}
standard output = {
}
back to top