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