summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T8316.hs
blob: f77a8ab27e39b799f7ab7f8255a7d0f11ea4ea9f (plain)
1
2
3
4
5
whnf :: a -> IO ()
whnf a = a `seq` (return ())

foo :: [Int]
foo = [1..]