summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod163.hs
blob: f095e1af0c7110b090d3ed073009612c83509020 (plain)
1
2
3
4
5
6
-- !!! lazy name conflict reporting for field labels/selectors.
module M where

import Mod163_A

data T = MkT { f :: Int }