2024-09-02 17:09:04 +06:00

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;
}