Align libgcmonosgen vcxproj with makefile.
[mono.git] / mcs / errors / cs1525-10.cs
1 // CS1525: Unexpected symbol `ref'
2 // Line: 8
3
4 public class Test
5 {
6         static void Main ()
7         {
8                 string ref = "abc";
9         }
10 }