[runtime] Coverage profiler fixes (#5698)
[mono.git] / mcs / errors / CS0103-2-lib.cs
1 public class C
2 {
3         int i;
4 }