Added more tests
This commit is contained in:
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
|
||||
}
|
Reference in New Issue
Block a user