STACK_MAGIC
makecontext(ctx, getcontext_stack, 1, STACK_MAGIC);
if (test != STACK_MAGIC) {
"argument, found 0x%x, expected 0x%x", test, STACK_MAGIC);