Merged changes in master libmonoruntime into PR.
[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 }