https://github.com/shader-slang/slang
Raw File
Tip revision: dd435512219f435ea13498e6124930fd4cf823a9 authored by Tim Foley on 18 November 2019, 18:36:38 UTC
Further refactoring of semantic checking (#1102)
Tip revision: dd43551
define-function-like.slang.expected
result code = -1
standard error = {
tests/preprocessor/define-function-like.slang(16): error 30015: undefined identifier 'x'.
tests/preprocessor/define-function-like.slang(16): error 30015: undefined identifier 'x'.
}
standard output = {
}
back to top