Tests for TH, LHS and CPP with FileMapping
This commit is contained in:
7
test/data/file-mapping/preprocessor/File.hs
Normal file
7
test/data/file-mapping/preprocessor/File.hs
Normal file
@@ -0,0 +1,7 @@
|
||||
{-# LANGUAGE CPP #-}
|
||||
#ifndef NOTHING
|
||||
main :: IO ()
|
||||
main = putStrLn "Hello World!"
|
||||
#else
|
||||
INVALID
|
||||
#endif
|
||||
Reference in New Issue
Block a user