DEBSOURCES
Skip Quicknav
sources / haskell-doctest / 0.22.6-1 / test / integration / testCPP / Foo.hs
1234567891011121314
module Foo where -- | -- Examples: -- -- >>> foo -- 23 foo :: Int #ifdef FOO foo = 23 #else foo = 42 #endif