X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=tests%2Fexample.c;h=7f7d2ad99e4e88114968ceb6eb5aa6312ca13e31;hb=9434382c9ee992da3c21ff830793f15a55fc2b2d;hp=b1eac98be9b6bc02cba8b80d3562f893e249e313;hpb=c2097785e752fee94c5c9ef46f03b8312694251a;p=coloredstderr%2Fcoloredstderr.git diff --git a/tests/example.c b/tests/example.c index b1eac98..7f7d2ad 100644 --- a/tests/example.c +++ b/tests/example.c @@ -17,13 +17,17 @@ * along with this program. If not, see . */ +#include + #include #include #include #include +#include "../src/compiler.h" + -int main(int argc, char **argv) { +int main(int argc, char **argv unused) { fprintf(stderr, "write to stderr: %d\n", argc); printf("write to stdout\n"); fflush(stdout);