about summary refs log tree commit diff stats
path: root/cpp/x.mu
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/x.mu')
-rw-r--r--cpp/x.mu5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/x.mu b/cpp/x.mu
new file mode 100644
index 00000000..0d40a4a7
--- /dev/null
+++ b/cpp/x.mu
@@ -0,0 +1,5 @@
+recipe main [
+  12:integer <- copy 1:literal
+  13:integer <- copy 3:literal
+  11:integer <- add 12:integer, 13:integer
+]