pkg-glib2.0/glib/tests/spawn-test-helper.c
2023-07-04 11:23:22 +02:00

7 lines
119 B
C

#include <stdio.h>
int main (void)
{
fprintf (stderr, "this is spawn-test-helper from glib/tests\n");
return 0;
}