ghc-exactprint-0.5.3.1: tests/examples/ghc80/T10970a.hs
{-# LANGUAGE CPP #-}
main = do
#ifndef VERSION_containers
putStrLn "OK"
#endif
#ifndef MIN_VERSION_base
putStrLn "OK"
#endif
{-# LANGUAGE CPP #-}
main = do
#ifndef VERSION_containers
putStrLn "OK"
#endif
#ifndef MIN_VERSION_base
putStrLn "OK"
#endif