about summary refs log tree commit diff stats
path: root/js/scripting-lang/c/test_simple_call.txt
diff options
context:
space:
mode:
Diffstat (limited to 'js/scripting-lang/c/test_simple_call.txt')
-rw-r--r--js/scripting-lang/c/test_simple_call.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/scripting-lang/c/test_simple_call.txt b/js/scripting-lang/c/test_simple_call.txt
new file mode 100644
index 0000000..c20e6bc
--- /dev/null
+++ b/js/scripting-lang/c/test_simple_call.txt
@@ -0,0 +1,2 @@
+factorial : n -> n;
+factorial 3; 
\ No newline at end of file