Updated project.
[mono.git] / mcs / btests / BlockStatementsC1.vb
1 ' BC30451: Name 'b' is not declared\r
2 \r
3 Imports System\r
4 \r
5 Module BlockStatementsC1\r
6         sub main\r
7                 Dim a As Integer = 10\r
8 a: b:\r
9                 Console.WriteLine(a)\r
10         end sub\r
11 \r
12 End Module\r