blob: 301f3f31cf373bed6a3fb8c51dfe5c5d23d113d9 [file] [log] [blame]
#include <stdio.h>
int main (void)
{
fprintf (stderr, "this is spawn-test-helper from glib/tests\n");
return 0;
}