2 * Copyright 2005-2006, Axel Dörfler, axeld@pinc-software.de.
3 * Distributed under the terms of the MIT License.
12 main(int argc
, char **argv
)
17 if ((value
= setjmp(state
)) != 0) {
18 printf("failed with: %d!\n", value
);
20 printf("here I am: %d\n", value
);
22 printf("you won't see me!\n");