packages feed

doctest-0.25.0: test/integration/testCPP/Foo.hs

module Foo where


-- |
-- Examples:
--
-- >>> foo
-- 23
foo :: Int
#ifdef FOO
foo = 23
#else
foo = 42
#endif