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

-- See Trac #1678

module TH where 

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

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