packages feed

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

{-# LANGUAGE CPP #-}
module CppExportHead
  (
#ifndef EXAMPLE_FLAG
    foo
#endif
  ) where

foo :: Int
foo = 1

bar :: Int
bar = 2