ghc-mod/test/data/target/Cpp.hs
2015-08-06 04:22:51 +02:00

8 lines
107 B
Haskell

{-# LANGUAGE CPP #-}
#undef NOTHING
#ifdef NOTHING
module WRONG_MODULE where
#else
module Cpp where
#endif