summaryrefslogtreecommitdiff
path: root/glib/tests/spawn-test-helper.c
blob: 301f3f31cf373bed6a3fb8c51dfe5c5d23d113d9 (plain)
1
2
3
4
5
6
7
#include <stdio.h>

int main (void)
{
  fprintf (stderr, "this is spawn-test-helper from glib/tests\n");
  return 0;
}