2010-05-19 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1646.cs
blob4a4865bdfeeb30dcd126bce7c0c6cdb4b70c7267
1 // cs01646.cs: Keyword, identifier, or string expected after verbatim specifier: @
2 // Line: 6
4 class C
6 long l = @0;