summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/t22391/src/Lib.hs
blob: 7c43ed04cc5e2d001a533b8c90d08a63df44aacd (plain)
1
2
3
4
5
6
7
8
9
10
11
module Lib
    ( someFunc
    ) where

import Lib.A
import Lib.B

blah = 3

someFunc :: IO ()
someFunc = putStrLn "someFunc"