00001 /* Waits for an invalid pid. This may fail or terminate the00002 process with -1 exit code. */00003
00004 #include <syscall.h>00005 #include "tests/main.h"00006
00007 void00008test_main (void)
00009 {
00010 wait ((pid_t) 0x0c020301);
00011 }
Generated on Mon Jan 10 16:43:57 2011 for Pintos by
1.5.6