summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/T13847.hs
blob: 09c67de54f1e1a19854fefae2332a467f8d784bb (plain)
1
2
3
4
module Main where
import qualified T13847A as A
foo = "foo"
main = print $ A.foo $ A.A { foo = () }