Implemented register calls
This commit is contained in:
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()
|
||||
}
|
Reference in New Issue
Block a user