summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod58.hs
blob: 4ab2f71737219933bdce220d8be14126345f9289 (plain)
1
2
3
4
-- !!! Multiple (identical) default decls
module M where
default (Int,Integer)
default (Int,Integer)