about summary refs log tree commit diff
path: root/tvix/cli/tests/six.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/cli/tests/six.nix')
-rw-r--r--tvix/cli/tests/six.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/cli/tests/six.nix b/tvix/cli/tests/six.nix
new file mode 100644
index 000000000000..71ec46c407ba
--- /dev/null
+++ b/tvix/cli/tests/six.nix
@@ -0,0 +1 @@
+{}: { six = builtins.foldl' (x: y: x + y) 0 [ 1 2 3 ]; }