summaryrefslogtreecommitdiff
path: root/testsuite/tests/annotations/should_fail/annfail01.hs
blob: c5a8c29e5b5b76903100299664c018ef15d87d40 (plain)
1
2
3
4
5
module Annfail01 where
-- Testing annotating things that don't exist

{-# ANN type Foo (1 :: Int) #-}
{-# ANN f (1 :: Int) #-}