8 lines
125 B
C
Raw Normal View History

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