doctest-parallel-0.2.1: test/integration/WithCInclude/Bar.hs
{-# LANGUAGE CPP #-}
module WithCInclude.Bar where
#include "WithCInclude.h"
-- |
-- >>> x
-- 42
x :: Int
x = THE_DEFINE
{-# LANGUAGE CPP #-}
module WithCInclude.Bar where
#include "WithCInclude.h"
-- |
-- >>> x
-- 42
x :: Int
x = THE_DEFINE