(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / btests / ConstantC8.vb
bloba59f87f362812b6642c743a3f69404ae568d0b5c
1 REM LineNo: 6
2 REM ExpectedError: BC30424
3 REM ErrorMessage: Constants must be an intrinsic or enumerated type, not a class, structure, or array type.
5 Module Constant
6 Const c() As String
7 Sub main()
8 End Sub
9 End Module