blob: d7df41f58cd1d4ed355588991a7f676875418072 (
plain)
1
2
3
4
5
6
7
8
9
|
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 = {
}
|