Implemented register calls
This commit is contained in:
parent
d7f30d8319
commit
c3054369e3
16 changed files with 133 additions and 43 deletions
6
tests/programs/function-pointer.q
Normal file
6
tests/programs/function-pointer.q
Normal file
|
@ -0,0 +1,6 @@
|
|||
import core
|
||||
|
||||
main() {
|
||||
exit := core.exit
|
||||
exit()
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue