summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_fail/T15073a.hs
blob: 87e7571f50009b8bf221c569cf501660d7d32f6e (plain)
1
2
3
4
5
{-# LANGUAGE UnboxedTuples #-}
module T15073a where

class P a where
  p :: a -> (# a #)