Added tcc_int.c

This commit is contained in:
anon 2024-03-10 15:57:36 +01:00
parent 851c7f4f21
commit 50386e11cc

10
tcc_int.c Normal file
View File

@ -0,0 +1,10 @@
#include <stdio.h>
signed main(){
puts("test");
fflush(stdout);
link_err();
return 0;
}