pkg-glib2.0/glib/tests/path-test-subdir/spawn-test-helper.c

8 lines
125 B
C
Raw Permalink Normal View History

2023-07-04 11:23:22 +02:00
#include <stdio.h>
int main (void)
{
fprintf (stderr, "this is spawn-test-helper from path-test-subdir\n");
return 5;
}