summaryrefslogtreecommitdiff
path: root/mcs/errors/cs1010-2.cs
blob: 0c3dbbf14644de79d0e667bfb235d463de59f6b4 (plain)
1
2
3
4
5
6
7
8
9
// CS1010: Newline in constant
// Line: 6

class Foo
{
	static char c ='
';
}