ghc-exactprint-1.14.0.0: tests/examples/pre-ghc910/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