8 lines
125 B
C
8 lines
125 B
C
|
#include <stdio.h>
|
||
|
|
||
|
int main (void)
|
||
|
{
|
||
|
fprintf (stderr, "this is spawn-test-helper from path-test-subdir\n");
|
||
|
return 5;
|
||
|
}
|