Added new tests for Loop Statements
[mono.git] / mcs / btests / CommentC1.vb
1 Module M
2         Sub Main()
3                 Console.WriteLine(a) 'Line Continuation within _
4                                                  comment
5                 Dim a As IntegerREM Declaration
6         End Sub
7 End Module