Module OverloadingC1 Function f(ByVal i As Integer) End Function Function f(ByRef i As Integer) End Function Sub Main() End Sub End Module