Reworded and Reformatted the Readme
[mono.git] / mcs / btests / NameSpaceC.vb
1 Imports System
2 Namespace NS1
3         Namespace NNS1
4                 Module M
5                         Sub Main()
6                         End Sub
7                 End Module
8
9         End Namespace
10 End Namespace
11