summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T15783B.hs
blob: b58b2baa512b575fb2c45f4a85556ccf28db19c8 (plain)
1
2
3
4
5
6
7
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE NoMonomorphismRestriction #-}
module T15783B(f) where

d = 0

f = [|| d ||]