Merge pull request #926 from ermshiperete/novell-bug-674098
[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 }