(cabal check) Add "Version signatures" test
[cabal.git] / cabal-testsuite / PackageTests / PreProcess / Hsc2HsOptions / Foo.hsc
bloba2cbbc28f8f03c82875660cfba7e59a216997be4
1 module Foo where
3 foo :: Int
4 #ifdef TEST_OPTION
5 foo = #{const TEST_OPTION}
6 #else
7 foo = -1
8 #endif