summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/rename/should_compile/T3823B.hs
blob: 9f4d03e09129455aa9085b2c69805b9920fb3735 (plain)
1
2
3
4
5
6
7
8
module T3823B where

import {-# SOURCE #-} T3823A

data B = A A

a = x (X True)
b = y a