fix run-test
[mcs.git] / errors / cs0159-4.cs
blobcfe547eaf390529d755709033b07679b4909b7d4
1 // CS0159: The label `skip:' could not be found within the scope of the goto statement
2 // Line: 9
4 class Foo {
5 static void Main ()
7 try {}
8 finally {
9 goto skip;