Merge pull request #961 from ermshiperete/bug-xamarin-18118
[mono.git] / mcs / errors / CS0165-19-lib.cs
1 public struct S
2 {
3         internal int private_value;
4         
5         public void Test ()
6         {
7         }
8 }