Copied remotely
[mono.git] / mcs / mbas / Test / tests / IntegerTypeCharTestC2.vb
1 Module M
2         Sub Main()
3
4                 
5                 Dim b%
6                 b=20L
7
8         End Sub
9 End Module