packages feed

haskell-tools-builtin-refactorings-1.0.1.1: examples/CPP/ConditionalImportMulti_res.hs

{-# LANGUAGE CPP #-}
module CPP.ConditionalImportMulti where


#ifndef USE_DATA_LIST
import CPP.B(b)
import CPP.C(c)
#endif


x = (b,c)