Added more tests
This commit is contained in:
parent
c2b763ab67
commit
58d3aaf21d
2 changed files with 8 additions and 0 deletions
7
tests/programs/reuse.q
Normal file
7
tests/programs/reuse.q
Normal file
|
@ -0,0 +1,7 @@
|
|||
main() {
|
||||
syscall(60, f(1))
|
||||
}
|
||||
|
||||
f(x) {
|
||||
return x + 1 + x
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue