smarter and error test
This commit is contained in:
parent
bf7f456967
commit
49ed7c5df5
37 changed files with 83 additions and 36 deletions
7
test/basic/hello.c
Normal file
7
test/basic/hello.c
Normal file
|
@ -0,0 +1,7 @@
|
|||
int printf(char* format, ...);
|
||||
|
||||
int gi = 42;
|
||||
|
||||
int main() {
|
||||
printf("hello world %d\n", gi);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue