1 2 3 4 5 6 7 8 9
{-# LANGUAGE CPP #-} module T10869 where import T10869A main :: IO() #if defined(__GLASGOW_HASKELL__) main = writeMsg #endif