packages feed

ghc-exactprint-0.2: tests/examples/Cpp.hs

{-# Language CPP #-}

#if __GLASGOW_HASKELL__ > 704
foo :: Int
#else
foo :: Integer
#endif
foo = 3