summaryrefslogtreecommitdiff
path: root/testsuite/tests/perf/compiler/T4007.hs
blob: 71a37841edb000f2c2e357519b9b410684bfb8df (plain)
1
2
3
4
5

module T4007 where

f :: IO ()
f = sequence_ (replicate 10 (putStrLn "yes"))