packages feed

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

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


#ifndef USE_DATA_LIST
import CPP.A(a)
#endif

x = a