Ticket #14322: pipetest.c

File pipetest.c, 130 bytes (added by leorize, 6 years ago)
Line 
1#include "test.h"
2
3#include <stdio.h>
4#include <string.h>
5
6 int main() {
7 puts(testOut);
8 fputs(testErr, stderr);
9 return 0;
10}