12a2ae4bd0cc6ca0592f6c3e1d2027c6e4713052
[pintos-anon] / src / tests / userprog / wait-bad-pid.c
1 #include <syscall.h>
2 #include "tests/main.h"
3
4 void
5 test_main (void) 
6 {
7   wait ((pid_t) 0x0c020301);
8 }