i = 0; x = cons(5, 10); for(i = 0; i < 10; i++){ gclock(x); gc(); } for(i = 0; i < 10; i++){ gcunlock(x); gc(); } printf("%a %a\n", car(x), cdr(x));