summaryrefslogtreecommitdiff
path: root/testsuite/tests/annotations/should_fail/annfail12.stderr
blob: 37e8378a7e088eca79a86a0c5d0c8d54d14282e9 (plain)
1
2
3
4
5
6
7
8

annfail12.hs:5:1: error:
    Exception when trying to run compile-time code:
      You were meant to see this error!
CallStack:
  error, called at annfail12.hs:5:12 in main:Annfail12
    In the annotation:
      {-# ANN f (error "You were meant to see this error!" :: Int) #-}