ghc-mod/test/data/file-mapping/preprocessor/File_Redir_Lint.hs
2015-08-16 17:36:10 +03:00

10 lines
125 B
Haskell

{-# LANGUAGE CPP #-}
#ifndef NOTHING
module File where
func :: Num a => a -> a -> a
func a b = (*) a b
#else
INVALID
#endif