Updated with review feedback.
[mono.git] / mcs / tests / test-699-lib.cs
1 // Compiler options: -t:library
2
3 public class C
4 {
5         internal string message;
6 }