summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod76.hs
blob: ccf4efa0ffc6e1d3f8efdb9f0152cd30639a3f1d (plain)
1
2
3
4
5
6
7
-- !!! Multiple modules per file
module M where
foo = 'a'

module N where
bar = 'b'