* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / mbas / Test / tests / types / IntegerLiteralTestC4.vb
1 Imports System
2 Module IntegerLiteralTestC4
3     Sub Main()
4             Dim A as Short
5             Dim i As Short
6             i = A
7     End Sub
8 End Module