DEPTH
ucontext_t uc[DEPTH];
for (i = 0; i < DEPTH; ++i) {
ATF_REQUIRE_EQ(setcontext(&uc[DEPTH-1]), 0);
ATF_REQUIRE_EQ(n, DEPTH - calls - 1);