Add missing test data to extra-source-files
This commit is contained in:
7
test/data/target/Cpp.hs
Normal file
7
test/data/target/Cpp.hs
Normal file
@@ -0,0 +1,7 @@
|
||||
{-# LANGUAGE CPP #-}
|
||||
#undef NOTHING
|
||||
#ifdef NOTHING
|
||||
module WRONG_MODULE where
|
||||
#else
|
||||
module Cpp where
|
||||
#endif
|
||||
Reference in New Issue
Block a user