summaryrefslogtreecommitdiff
path: root/testsuite/tests/profiling/should_run/T3001.hs
blob: f7828c02833426cfbe0e6d4abb453fa40dc0d263 (plain)
1
2
3
4
5
6
7
8

-- This caused 6.10.1 to segfault when run with +RTS -hb
-- trac #3001

module Main (main) where

main :: IO ()
main = print $ replicate 40000 'x'