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