Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / tests / test-759.cs
1 // Compiler options: -r:test-759-lib.dll
2
3 using System;
4
5 class B
6 {
7         public static void Main ()
8         {
9                 Console.WriteLine (E.Value);
10         }
11 }