diff options
Diffstat (limited to 'testsuite/tests/module/mod163.hs')
-rw-r--r-- | testsuite/tests/module/mod163.hs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/module/mod163.hs b/testsuite/tests/module/mod163.hs new file mode 100644 index 0000000000..f095e1af0c --- /dev/null +++ b/testsuite/tests/module/mod163.hs @@ -0,0 +1,6 @@ +-- !!! lazy name conflict reporting for field labels/selectors. +module M where + +import Mod163_A + +data T = MkT { f :: Int } |