summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T19397S.hs
blob: 9316d7d99af4527edf89b9f79a67053d2dd08ca4 (plain)
1
2
3
4
5
6
7
module T19397S where

main :: IO ()
main = putStrLn "T19379S-main"

foo :: IO ()
foo = putStrLn "T19379S-foo"