hls-eval-plugin-1.1.0.0: 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