hdiff
packages
feed
haskell-language-server
-2.7.0.0: plugins/hls-hlint-plugin/test/testdata/CppCond.hs
{-# LANGUAGE CPP #-} module CppCond where #ifdef FLAG f = (1) #else g = 2 #endif