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 }
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 }