summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/prog007/A.hs
blob: f4694d7a9c2f741b675d7637cbe746f0708f61a1 (plain)
1
2
3
4
5
6
7
8
module A where

import {-# SOURCE #-} C

class Class1 a

data A = A deriving Show