Raw File
expected-token.slang
//DIAGNOSTIC_TEST:SIMPLE:
// expected one token, but got another

int foo()
{
	int a = 3 ]
}
back to top