packages feed

ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/RandomPGC1.hs

{-# LANGUAGE CPP #-}

module RandomPGC where

#ifdef __GLASGOW_HASKELL__
#endif

-- A comment
#ifdef __NHC__
#else
getTime = 2
#endif