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

int foo()
{
	int a = 3 ]
}