one more test case for constant
[mono.git] / mcs / btests / ConstantC6.vb
1 Module Constant\r
2     Const a() As Integer = {1, 2}\r
3     Const b(2) As Long = {1, 2}\r
4     Const c() As String\r
5     Const d() As Long = {1, 2}, e() As Long = {1, 2}\r
6     Sub main()\r
7     End Sub\r
8 End Module\r