**** Merged from MCS ****
[mono-project.git] / mcs / mbas / Test / errors / ConstantC5.vb
blob080ff86c5fa133026d8c8e7d41998028c8eabe5c
1 REM LineNo: 6
2 REM ExpectedError: BC30438
3 REM ErrorMessage: Constants must have a value.
5 Module ConstantC5
6 Const a As Integer
7 Sub main()
8 End Sub
9 End Module