haskell-tools-builtin-refactorings-1.0.1.1: examples/CPP/BetweenImports.hs
{-# LANGUAGE CPP #-}
module CPP.BetweenImports where
import CPP.A(a)
#if !(MIN_VERSION_text(1,2,1))
#endif
import CPP.B(b)
x = a
{-# LANGUAGE CPP #-}
module CPP.BetweenImports where
import CPP.A(a)
#if !(MIN_VERSION_text(1,2,1))
#endif
import CPP.B(b)
x = a