Added 'REM Target: library' to the files that need to be compiled as a
[mono.git] / mcs / btests / ExceptionHandlingC12.vb
1 REM LineNo: 10\r
2 REM ExpectedError: BC30132\r
3 REM ErrorMessage: Label '11' is not defined\r
4 \r
5 Imports System\r
6 \r
7 Module ExceptionHandlingC12\r
8 \r
9     Sub Main()\r
10         Resume 11   ' Resume [Next | line ] \r
11         Console.WriteLine("Hello World")\r
12     End Sub\r
13 \r
14 End Module\r
15 \r