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