(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / mbas / Test / tests / DoubleTypeCharTestC2.vb
blobd3bf84ec2c831bc2ca723f17db5ab96523ee6e0e
1 Module M
2 Sub Main()
3 Dim a#
4 a=23.45D
5 End Sub
6 End Module