{-# LANGUAGE CPP, MultiParamTypeClasses #-}
#ifndef FOO
module Main where main = putStrLn "pass"
#endif
