(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / mbas / Test / errors / ConstantC0.vb
blob728c3da74224898a241361b446c8ad8b721cc0d3
1 REM LineNo: 6
2 REM ExpectedError: BC30438
3 REM ErrorMessage: Constants must have a value.
5 Module ConstantC0
6 Const a As Integer
7 Sub main()
8 End Sub
9 End Module