DEBSOURCES
Skip Quicknav
sources / mono-basic / 2.10-2 / vbnc / vbnc / tests / Errors / 30512.vb
12345678
Option Strict On Class DoLoopWhile2 Sub Test Do Dim i As Integer Loop While 0 End Sub End Class