Reworded and Reformatted the Readme
[mono.git] / mcs / btests / CharacterLiteralsC4.vb
1 Imports System
2 Module CharacterLiteral
3         Sub Main()
4                 Try
5                         Dim f As Char="""c
6                                         
7                 Catch e As Exception
8                 End Try
9         End Sub
10 End Module