**** Merged from MCS ****
[mono-project.git] / mcs / mbas / Test / tests / Identifier.vb
blobda401b5a77bb9ae60c2548294f702edaae0ef965
1 Imports System
3 Module Identifier
4 Function _abc()
5 End Function
7 Sub xys2()
8 End Sub
10 '' escaped identifier
11 Sub [sub]()
12 End Sub
14 Dim [function] As Int16
16 Sub Main()
17 End Sub
18 End Module