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

class Storable a where
data X = X
[d| instance Storable $( [t| X |] ) where |]