ghc-exactprint-1.1.0: tests/examples/failing/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