Add more tests & examples
This commit is contained in:
parent
8928c08144
commit
1311f3b3fb
1
tests/ldscript.ld
Normal file
1
tests/ldscript.ld
Normal file
@ -0,0 +1 @@
|
||||
GROUP ( /home/ziyao/Program/musl-tcc/lib/libc.a /usr/local/lib/tcc/libtcc1.a )
|
1240
tests/pico.c
Normal file
1240
tests/pico.c
Normal file
File diff suppressed because it is too large
Load Diff
7
tests/printf.c
Normal file
7
tests/printf.c
Normal file
@ -0,0 +1,7 @@
|
||||
#include<stdio.h>
|
||||
|
||||
int main(void)
|
||||
{
|
||||
printf("%d\nHello World\n",1);
|
||||
return 0;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user