Added 'REM Target: library' to the files that need to be compiled as a
[mono.git] / mcs / btests / ConstantC4.vb
1 REM LineNo: 6
2 REM ExpectedError: BC30302
3 REM ErrorMessage: Type character '%' cannot be used in a declaration with an explicit type.
4
5 Module ConstantC4
6     Dim a% As Integer
7     Sub main()
8     End Sub
9 End Module