Reflect latest API changes.
[mono.git] / mcs / btests / StructureC1.vb
1 Structure S
2 End Structure
3
4 Module M
5         Sub Main()
6                 dim x as S
7         End Sub
8 End Module