summaryrefslogtreecommitdiff
path: root/testsuite/tests/profiling/should_run/T11627a.hs
blob: 3e1ce3cf8f562330d9347e2b9eca1b4265835d94 (plain)
1
2
3
4
5
6
-- Original test case for #11627 (space_leak_001.hs)

import Data.List

main :: IO ()
main = print $ length $ show (foldl' (*) 1 [1..100000] :: Integer)