summaryrefslogtreecommitdiffstats
path: root/tests/langbench/loop.py
blob: 2fb1363493c015284cc8843136e0fb8238c7637d (plain)
1
2
3
n = 1000000
while n > 0:
	n = n - 1