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

data Z

type N0 = $( [t| Z |] )
type N1 = $( [t| Z |] )