https://github.com/shader-slang/slang
Raw File
Tip revision: 926009a58315845b3a3a95e2724486a6c9e987ea authored by Tomáš Pazdiora on 10 May 2024, 01:17:38 UTC
fix typo (#4144)
Tip revision: 926009a
eroneous-generic-parse.slang.expected
result code = -1
standard error = {
tests/bugs/eroneous-generic-parse.slang(7): error 20001: unexpected integer literal, expected identifier
int doThing<1>() { return 2; }
            ^
}
standard output = {
}
back to top