summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore/should_compile/T7702.hs
blob: 761463f3819570e3432ce03ba23b2fea464b4e83 (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 #7702
module Main where

main :: IO ()
main = return ()