fay-0.16.0.1: tests/Compile/CPPTypecheck.hs
{-# LANGUAGE CPP #-}
module CPPTypecheck where
#ifdef FAY
import FFI
import Prelude
#endif
data R = R { time :: String }
main :: Fay ()
main = print $ R "x"
{-# LANGUAGE CPP #-}
module CPPTypecheck where
#ifdef FAY
import FFI
import Prelude
#endif
data R = R { time :: String }
main :: Fay ()
main = print $ R "x"