summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/th/TH_fail.hs
blob: 174939c5cb4a245ebac892c0479fe48ec488ada5 (plain)
1
2
3
4
5
6
7
{-# LANGUAGE TemplateHaskell #-}

-- Test for sane reporting on TH code giving up.

module ShouldCompile where

$( fail "Code not written yet..." )