diff --git a/tcc_int.c b/tcc_int.c new file mode 100644 index 0000000..3ec46c2 --- /dev/null +++ b/tcc_int.c @@ -0,0 +1,10 @@ +#include + +signed main(){ + puts("test"); + fflush(stdout); + + link_err(); + + return 0; +}