Review feedback + drop VS2013 support.
[mono.git] / mcs / errors / CS0103-2-lib.cs
1 public class C
2 {
3         int i;
4 }