summaryrefslogtreecommitdiffstats
path: root/tests/019/comp-bugs.tl
blob: c2cb2ad790c100733409bc88b80bb209df4e3c45 (plain)
1
2
3
4
5
6
(load "../common")

(set *compile-test* t)

(test
  (prof (for ((i 42)) ((< i 42) i) ())) (42 0 0 0))