summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/layout/layout007.hs
blob: f620bdb2e87678bad3346fbb3481e891d7601ac9 (plain)
1
2
3
4
5
6
7
8
9
10
11

{-# LANGUAGE TemplateHaskell #-}

module M where

-- The paren here closes the open-splice - it doesn't match an
-- opening paren

f :: IO ()
f = do print $( [| 'a' |] )