(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / btests / Test2.vb
blobf4a650b48236c53b3633bfe41293c5a29f2b66e2
1 Imports System
2 Module Test
4 Sub Main()
5 Console.WriteLine ("1st Test")
6 End Sub
8 End Module