summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics/expected-token.slang
blob: 8978bc97cfd0baad993c47aae401ce6e757cf2b6 (plain)
1
2
3
4
5
6
7
//DIAGNOSTIC_TEST:SIMPLE:
// expected one token, but got another

int foo()
{
	int a = 3 ]
}