This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
[mono.git] / mcs / btests / Test1.vb
1 Module Test
2
3 Public Sub Main()
4         System.Console.WriteLine ("1st Test")
5 End Sub
6
7 Public MustOverride Function F()
8
9 End Module
10