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

data Bar a = Bar $( [t| a |] )