summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/T9815.hs
blob: 7d7ae6616e831f410f28dba85143c8f06656d0e7 (plain)
1
2
3
4
5
6
{-# LANGUAGE RecordWildCards #-}
module T9815 where

newtype N = N Int deriving (Show)

foo = print N{..}