blob: 459a03ae1a1f85f76d53f7ab9eb2ca7268d655f4 [file] [log] [blame]
<pre>
call to test_loop ([[a, b], [a, b]])
in the loop the param should not be changed : ([[a, b], [a, b]])
call to test_loop ([a, b])
in the loop the param should not be changed : ([a, b])
call to test_loop (a)
return
in the loop the param should not be changed : ([a, b])
call to test_loop (b)
return
return
in the loop the param should not be changed : ([[a, b], [a, b]])
call to test_loop ([a, b])
in the loop the param should not be changed : ([a, b])
call to test_loop (a)
return
in the loop the param should not be changed : ([a, b])
call to test_loop (b)
return
return
return
</pre>