haskell-language-server-2.15.0.0: plugins/hls-export-plugin/test/testdata/CppCtorExtend.hs
{-# LANGUAGE CPP #-}
module CppCtorExtend
( Foo(Foo1)
#ifdef EXAMPLE_FLAG
, flagged
#endif
) where
data Foo = Foo1 | Foo2
flagged :: Int
flagged = 0
{-# LANGUAGE CPP #-}
module CppCtorExtend
( Foo(Foo1)
#ifdef EXAMPLE_FLAG
, flagged
#endif
) where
data Foo = Foo1 | Foo2
flagged :: Int
flagged = 0