summaryrefslogtreecommitdiff
path: root/mcs/errors/cs1525.cs
blob: 6a0b0de56ad63bc1d5a39b66e0f7c85678c99298 (plain)
1
2
3
4
5
6
7
8
9
// CS1525: Unexpected symbol `}'
// Line: 8

class X {
	X ()
	{
	label1:
	}
}