packages feed

hackport-0.8.0.0: cabal/cabal-testsuite/PackageTests/PreProcess/Hsc2HsOptions/Foo.hsc

module Foo where

foo :: Int
#ifdef TEST_OPTION
foo = #{const TEST_OPTION}
#else
foo = -1
#endif