summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/boot5688/B.hs
blob: e8458aa73912adb3ac2d1267425a7ba19d80f549 (plain)
1
2
3
4
5
6
7
8
module B where

import D

data B = B

instance Show B where
  show B = "B"