ghc-exactprint-0.6.3: tests/examples/ghc810/T3391.hs
{-# LANGUAGE TemplateHaskell #-}
{-# OPTIONS_GHC -v0 #-}
-- We should only generate one set of generic to/from functions
-- for T, despite the multiple chunks caused by the TH splices
-- See #3391
module T3391 where
data T = MkT
$(return [])
$(return [])