[System.Data] Try to fix random DataViewTest.DefaultColumnNameAddListChangedTest...
[mono-project.git] / mcs / tests / test-896.cs
blob4336bf731417b9503ded027cf1536874525cfd8e
1 using System;
3 class Program
5 public static void Main ()
7 goto L1;
8 int z;
9 L1:
10 z = 3;
11 Console.WriteLine (z);