summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore/should_compile/T7702.hs
blob: 771ace02025516107b18d23b0418db25019f80da (plain)
1
2
3
4
5
6
7
-- The contents of this file are irrelevant. It is merely
-- the target for compilation by the T7702Plugin, which
-- exhibits the space leak in Trac #7702
module Main where

main :: IO ()
main = return ()