summaryrefslogtreecommitdiff
path: root/testsuite/tests/quotes/T3572.hs
blob: d2a2c67838baf1e7c3e4364cd5883f6e190619d7 (plain)
1
2
3
4
5
6
7
8
9
10
{-# LANGUAGE EmptyDataDecls #-}

-- #3572

module Main where

import Language.Haskell.TH
import Language.Haskell.TH.Ppr

main = putStrLn . pprint =<< runQ [d| data Void |]