**** Merged from MCS ****
[mono-project.git] / mcs / mbas / Test / tests / StringTypeCharTestA.vb
bloba85fcca5efed15ad39deeea285e54946f60f7c5a
1 Module M
2 Sub Main()
3 Dim a$
4 a="Hello"
6 Dim b As String
7 b$="Hello"
9 Dim c$
10 c$="Hello"
11 End Sub
12 End Module