summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T23240.hs
blob: f498e9ba50c69a6a605e32454d64c1ea0f383c51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{-# LANGUAGE Haskell2010 #-}
{-# LANGUAGE TemplateHaskell #-}

-- Crucial to triggering the bug.
{-# LANGUAGE DisambiguateRecordFields #-}

-- Need to enable the unused imports warning to trigger the bug.
{-# OPTIONS_GHC -Wunused-imports #-}

module T23240 ( test ) where
import T23240_aux ( D, mkD )

test :: D
test = $$mkD