summaryrefslogtreecommitdiffstats
path: root/tests/langbench/loop.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/langbench/loop.py')
-rw-r--r--tests/langbench/loop.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/langbench/loop.py b/tests/langbench/loop.py
new file mode 100644
index 0000000..2fb1363
--- /dev/null
+++ b/tests/langbench/loop.py
@@ -0,0 +1,3 @@
+n = 1000000
+while n > 0:
+ n = n - 1