Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / tests / test-827.cs
1 // Compiler options: -r:test-827-lib.dll
2
3 // Only to check we are compatible with broken csc definite assignment implementation
4
5 class Program
6 {
7         public static void Main ()
8         {
9                 S s;
10                 s.Test ();
11         }
12 }