summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/ghci/prog002/C.hs
blob: b3baac29795ae9dfc06c14afce86231f9d9a8eaf (plain)
1
2
3
4
5
module C (module B, module C) where

import B 

k x = x `mod` 11