Merge pull request #3647 from BrzVlad/fix-sgen-internal-alloc
[mono.git] / mcs / tools / xbuild / tests / Vbc / test.vb
1 Imports System
2
3 Public Module mainmod
4   Sub Main()
5     Console.WriteLine("Hello, world!")
6   End sub
7 End Module