fourmolu-0.13.0.0: data/examples/other/cpp/cpp-and-imports-four-out.hs
{-# LANGUAGE CPP #-}
module Bug where
#ifdef flag
constant :: Int
constant = 1312
#endif
{-# LANGUAGE CPP #-}
module Bug where
#ifdef flag
constant :: Int
constant = 1312
#endif