def test_clonefunc_not_function():
    assert clonefunc(1) == 1
def test_clonefunc_not_function():
    assert clonefunc(1) == 1
def test_clonefunc(f):
    assert clonefunc(f)(1) == f(1)
    assert clonefunc(f)(1) == f(1)
def test_clonefunc(f):
    assert clonefunc(f)(1) == f(1)
    assert clonefunc(f)(1) == f(1)