summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T15149.hs
blob: e2e77db9a14167cef8baa1a6c2b507b1645803ad (plain)
1
2
3
4
5
{-# LANGUAGE DisambiguateRecordFields #-}
module Main where
import T15149B
import T15149C
main = do print (AnDouble{an=1}, AnInt{an=1})