summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/annotations/should_fail/annfail08.hs
blob: c2b3a1ae190f187c721025868d4717ffe1b6d76c (plain)
1
2
3
4
5
6
7
8
9
10
module Annfail08 where
-- Testing instance type errors in annotations

{-# ANN module (id + 1) #-}

{-# ANN type Foo (id + 1) #-}
data Foo = Bar

{-# ANN f (id + 1) #-}
f x = x