Add test simple_call
This commit is contained in:
parent
438a875cea
commit
4ec822cfda
3 changed files with 7 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -19,3 +19,7 @@ _build/
|
|||
# oasis generated files
|
||||
setup.data
|
||||
setup.log
|
||||
|
||||
# Binaries
|
||||
a.out
|
||||
joujou
|
||||
|
|
1
src/tests/simple_call.exp
Normal file
1
src/tests/simple_call.exp
Normal file
|
@ -0,0 +1 @@
|
|||
42
|
2
src/tests/simple_call.lambda
Normal file
2
src/tests/simple_call.lambda
Normal file
|
@ -0,0 +1,2 @@
|
|||
let id = fun x -> x in
|
||||
print (id 42)
|
Loading…
Reference in a new issue