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

d = 0

f = [|| d ||]