**** Merged from MCS ****
[mono-project.git] / mcs / btests / ConstantC4.vb
blobc7dd73aec686649c9f82a337fea7fd7acf0c34bd
1 REM LineNo: 6
2 REM ExpectedError: BC30302
3 REM ErrorMessage: Type character '%' cannot be used in a declaration with an explicit type.
5 Module ConstantC4
6 Dim a% As Integer
7 Sub main()
8 End Sub
9 End Module