https://github.com/shader-slang/slang
Raw File
Tip revision: 122d701513e116856bd59c999221ce36a373d7db authored by Yong He on 01 October 2021, 00:51:56 UTC
Fix GitHub release (#1956)
Tip revision: 122d701
incomplete-member-decl.slang.expected
result code = -1
standard error = {
tests/parser/incomplete-member-decl.slang(19): error 20001: unexpected identifier, expected '('
    int MyType<X> inner;
                  ^~~~~
tests/parser/incomplete-member-decl.slang(20): error 20001: unexpected end of file, expected identifier
}
standard output = {
}
back to top