summaryrefslogtreecommitdiff
path: root/testsuite/tests/profiling/should_run/2592.hs
blob: 3674a4001b193e1bae69e19cc9e2c8d067b1cc9e (plain)
1
main = let xs = [1..] in print (length (xs ++ xs))