packages feed

haskell-language-server-2.15.0.0: plugins/hls-export-plugin/test/testdata/CppCtorIntra.hs

{-# LANGUAGE CPP #-}
module CppCtorIntra
  ( Foo(Foo1
#ifdef EXAMPLE_FLAG
      , Bar
#endif
      )
  ) where

data Foo = Foo1 | Bar | Foo2

foo :: Int
foo = 0