summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T7276.hs
blob: 59a9ec0e8cdbddcc9053064cfffa05a88f3a4db6 (plain)
1
2
3
4
5
6
{-# OPTIONS_GHC -fdefer-type-errors #-}
{-# LANGUAGE TemplateHaskell #-}

module T7276 where

x = $( [d| y = 3 |] )