summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/annotations/should_fail/annfail12.hs
blob: 7fe23073d1b9e9f20e1a2c9f766681fb0f7deec8 (plain)
1
2
3
4
5
6
module Annfail12 where

-- Testing errors hidden in annotations

{-# ANN f (error "You were meant to see this error!" :: Int) #-}
f x = x