summaryrefslogtreecommitdiff
path: root/mcs/errors/cs1646.cs
blob: 3b962ac6dea38c414b0b5fb080079c261a314c0a (plain)
1
2
3
4
5
6
7
// CS01646: Keyword, identifier, or string expected after verbatim specifier: @
// Line: 6

class C
{
	long l = @0;
}