hdiff
packages
feed
ghc-exactprint
-0.5.0.0: tests/examples/ghc8/T10110C.hs
module T10110C (c) where import T10110A (a) import T10110B (b) c :: Int c = a+b