summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T20791.hs
blob: 450079e413d53e3ecfb4f99be266526ebb03b1d1 (plain)
1
2
3
4
5
6
7
{-# LANGUAGE TemplateHaskell #-}
module T20791 where

import Control.Monad.IO.Class

main = $(liftIO $ (print ()) >> [| print () |])