about summary refs log tree commit diff stats
path: root/cpp/020call
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/020call')
-rw-r--r--cpp/020call8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpp/020call b/cpp/020call
new file mode 100644
index 00000000..bcc29b3d
--- /dev/null
+++ b/cpp/020call
@@ -0,0 +1,8 @@
+:(scenario "calling_recipe")
+recipe main [
+  f
+]
+recipe f [
+  3:integer <- add 2:literal, 2:literal
+]
++mem: storing in location 3