ghc-exactprint-0.5.3.1: tests/examples/ghc80/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