explicit implementation of IDisposable to match MS corlib
[mono.git] / mcs / btests / IntegerTypeCharTestC2.vb
1 Module M
2         Sub Main()
3
4                 
5                 Dim b%
6                 b=20L
7
8         End Sub
9 End Module