(nnpfs_block_open): better cleanup on failure
[arla.git] / lwp / testprocess.c
blob4f6cb9c46033d4ae70abe696b629a9df8da304f0
1 #include <lwp.h>
3 /*
4 * This is no test-program for lwp, this is just to make
5 * sure we got a process.o that we can link with.
6 * Run it if you want a coredump...
9 * Todo: really a test-program
11 * $Id$
14 int savecontext();
15 int returnto();
17 int main(void)
19 savecontext();
20 returnto();
21 return 0;