tilia-0.0.1.0: corpora/vendored/other/cpp/define-across-lines.hs
{-# LANGUAGE CPP #-}
module Terminal.Wrapped where
#define WRAP(a,b) \
("<" ++ a \
++ b ++ ">")
both :: String
both = WRAP("x","y")
{-# LANGUAGE CPP #-}
module Terminal.Wrapped where
#define WRAP(a,b) \
("<" ++ a \
++ b ++ ">")
both :: String
both = WRAP("x","y")