summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T2674.hs
blob: 7687bad4da50a9f88895d6b7b3c4e7b77e2268b0 (plain)
1
2
3
4
5
6
7
8
9
{-# LANGUAGE TemplateHaskell #-}

-- #2674

module ShouldFail where

import Language.Haskell.TH

$(return [FunD (mkName "foo") []])