summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/recomp010/Main.hs
blob: eb0daa8b23f4449d885bfeaca92081a979fe042d (plain)
1
2
3
4
5
6
7
module Main where
import X

main :: IO ()
main = print $ case f x of A -> True; B -> False