summaryrefslogtreecommitdiff
path: root/testsuite/tests/annotations/should_fail/T10826.hs
blob: cddf33ca6fba1e5baf3fe8ced86c6e3a6f84a73c (plain)
1
2
3
4
5
6
7
{-# LANGUAGE Safe #-}
module Test (hook) where

import System.IO.Unsafe

{-# ANN hook (unsafePerformIO (putStrLn "Woops.")) #-}
hook = undefined