1  #include <stdio.h>
       2  
       3  int main (void)
       4  {
       5    fprintf (stderr, "this is spawn-test-helper from path-test-subdir\n");
       6    return 5;
       7  }
       1  #include <stdio.h>
       2  
       3  int main (void)
       4  {
       5    fprintf (stderr, "this is spawn-test-helper from path-test-subdir\n");
       6    return 5;
       7  }