xref: /haiku/src/tests/system/libroot/posix/posix_spawn_pipe_err.c (revision c90a0ee947fa2beaf598f456b559c4c281c119cf)
1 #include "posix_spawn_pipe_test.h"
2 
3 #include <stdio.h>
4 #include <string.h>
5 
main()6  int main() {
7   puts(testOut);
8   fputs(testErr, stderr);
9   return 0;
10 }
11