1 #include "scalar.h" 2 3 int main(void) 4 { 5 int res; 6 7 GO(__NR_fork, 2, "0e"); 8 SY(__NR_fork); 9 10 return(0); 11 } 12 13