diff --git b/test.c a/test.c new file mode 100644 index 0000000..77120e6 --- /dev/null +++ a/test.c @@ -0,0 +1,6 @@ +#include + +int main(int argc, char argv[]) +{ + return 0; +}