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

data R = R {r :: Int}
f x = undefined [] {r = x}