1 2 3 4 5 6 7 8 9
{-# LANGUAGE CPP #-} #if SHOULD_PASS message :: String message = "Hello!" #endif main :: IO () main = putStrLn message