module RecordImport2_Export1 (main) where

data R = R { wrong :: Double }

main :: Fay ()
main = return ()