eol
[mcs.git] / tests / test-734.cs
blobd8a4cc21bb9abddc8766f8dcff6445b6941bcd07
1 // Compiler options: -r:test-734-lib.dll
3 using System;
5 class M : C
7 public void Run ()
9 run = false;
10 Console.WriteLine (run);
13 public static int Main ()
15 new M ().Run ();
16 return 0;