packages feed

haskell-language-server-2.7.0.0: plugins/hls-hlint-plugin/test/testdata/cpp/CppCond.hs

module ApplyRefact3 where

#ifdef FLAG
f = (1)
#else
g = 2
#endif