[ci] Small improvements for run-jenkins and collect-coverage. (#5669)
[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 }