summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/T21722.hs
blob: fe40aadc61992f4da020a024abc630e91da66e67 (plain)
1
2
3
4
5
6
module T21722 where

main = print ()
  where
    foo :: Int
    foo = "abc"