summaryrefslogtreecommitdiff
path: root/testsuite/tests/perf/should_run/T9339.hs
blob: 96f5f7201a6cb934e2404942f0548c6018709691 (plain)
1
2
3
4
-- Tests that `last` successfully fuses.

main :: IO ()
main = print $ last $ filter odd $ [1::Int ..10000000]