summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore/should_compile/T16038/A.hs
blob: 5bff464334d376a189e215e596398d3bfbc9f0fb (plain)
1
2
3
4
5
6
7
8
9
10
{-# LANGUAGE Haskell2010 #-}
module A where

import B

data HsExpr id
  = HsOverLit (HsOverLit id)
  | HsBracketOut (HsExpr id)
  deriving Eq