summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-api/T7478/A.hs
blob: bea1b1adcdb1a120b05602677d9ca79ef120c48c (plain)
1
2
3
4
5
6
module Main where

import B

main :: IO ()
main = B.b >> 42