Added tcc_int.c
This commit is contained in:
10
tcc_int.c
Normal file
10
tcc_int.c
Normal file
@ -0,0 +1,10 @@
|
||||
#include <stdio.h>
|
||||
|
||||
signed main(){
|
||||
puts("test");
|
||||
fflush(stdout);
|
||||
|
||||
link_err();
|
||||
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user