**** Merged from MCS ****
[mono-project.git] / mcs / mbas / Test / errors / VariablesC4.vb
blob472e50b57c1cefe3304447bee10ab19a613ec5f2
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 VariableC4
6 Dim v@ as Integer
8 Sub Main()
9 End Sub
10 End Module