ghc-exactprint-0.5.0.0: tests/examples/ghc8/T10826.hs
{-# LANGUAGE Safe #-}
module Test (hook) where
import System.IO.Unsafe
{-# ANN hook (unsafePerformIO (putStrLn "Woops.")) #-}
hook = undefined
{-# LANGUAGE Safe #-}
module Test (hook) where
import System.IO.Unsafe
{-# ANN hook (unsafePerformIO (putStrLn "Woops.")) #-}
hook = undefined