(root)/
glib-2.79.0/
glib/
tests/
path-test-subdir/
spawn-test-helper.c
       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  }