tests
This commit is contained in:
4
tests/expected/29-fn-pointers.txt
Normal file
4
tests/expected/29-fn-pointers.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
fp(3,4) = 7
|
||||
fp(3,4) = 12
|
||||
apply(add,5,6) = 11
|
||||
apply(mul,5,6) = 30
|
||||
Reference in New Issue
Block a user