(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / btests / IntegerTypeCharTestC2.vb
blob5080aa7917af4a9de9c8914e8b8e1dacbf19d946
1 Module M
2 Sub Main()
5 Dim b%
6 b=20L
8 End Sub
9 End Module