DEBSOURCES
Skip Quicknav
sources / haskell-doctest-parallel / 0.3.1.1-1 / test / integration / WithCInclude / Bar.hs
123456789101112
{-# LANGUAGE CPP #-} module WithCInclude.Bar where #include "WithCInclude.h" -- | -- >>> x -- 42 x :: Int x = THE_DEFINE