summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T10810.hs
blob: 328c3e99fc3faa60c01918128cfe744268134a34 (plain)
1
2
3
4
5
6
{-# LANGUAGE TemplateHaskell #-}
{-# OPTIONS_GHC -ddump-splices -dsuppress-uniques #-}

module T10810 where

$([d| data Foo = (:!) |])