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