summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/TH_runIO.hs
blob: 9d9b48511316fe3e598e36a1d73122b670c5b2ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{-# LANGUAGE TemplateHaskell #-}

-- See #1678

module TH where 

import Language.Haskell.TH 
 
 
-- foo = $(fail "hi")

foo = $(runIO (fail "hi"))