Added new tests for Loop Statements
[mono.git] / mcs / btests / IdentifierFail3.vb
1 Module IdentifierFail3\r
2     sub 2sd() ' not a valid identifier\r
3     End Sub
4
5     Sub Main()
6     End Sub\r
7 End Module\r