Imports System
Public Class Prog
	Public Sub Main()
		MsgBox("Test")
	End Sub
End Class