function test2(arg1,  # opening function w/ arguments indents to opening
               arg2)
    return true
end
