5 /* There is a global_i in foll-exec, which exec's us. We
6 should not be able to see that other definition of global_i
12 int main (int argc
, char **argv
)
19 /* There is a local_j in foll-exec, which exec's us. We
20 should not be able to see that other definition of local_j
26 printf ("Hello from execd-prog...\n");
29 printf ("expected one string argument\n");
33 printf ("argument received: %s\n", s
);