haskell-language-server-2.7.0.0: plugins/hls-eval-plugin/test/testdata/TCPP.hs
{-# LANGUAGE CPP #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE RecordWildCards #-}
module TCPP where
-- >>> y
y :: Integer
y = 11
#define ALL
#ifdef ALL
-- >>> 3+y
#else
-- >>> 5+y
#endif
-- >>> 2+y