summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T7092.hs
blob: 78c4a78a577aab526278a0cde28b1fdd66019292 (plain)
1
2
3
4
5
6
7
8
9
10
{-# LANGUAGE TemplateHaskell #-}
{-# OPTIONS_GHC -fwarn-name-shadowing #-}

-- Should not produce a name-shadowing warning (GHC 7.4 did)

module T7092 where

import T7092a

blah = $(code)