eol
[mcs.git] / tests / test-337.cs
blobeff775deb9415611e01144b557b4651bf72966cb
1 using System;
3 public class Test
5 public static void Main ()
7 goto end;
8 int a;
9 Console.WriteLine ("unreachable");
10 end:
11 Console.WriteLine ("end");