This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
[mono.git] / mcs / btests / InterfaceC4.vb
1 Imports System
2 Interface I
3         Public Sub S()
4 End Interface
5 Module InterfaceC4
6         Sub Main()
7         End Sub
8 End Module