ghc-mod/test/data/check-test-subdir/test/Main.hs

6 lines
74 B
Haskell

module Main where
import Bar.Baz (baz)
main :: IO ()
main = putStrLn baz