summaryrefslogtreecommitdiff
path: root/testsuite/tests/annotations/should_fail/annfail13.hs
blob: 0de17ce5c0b437ff27b92cbecd0320a33f34ab26 (plain)
1
2
3
4
5
6
module Annfail13 where
-- Testing that brackets are mandatory in the ANN syntax

{-# ANN f id 1 #-}
{-# ANN f 1 :: Int #-}
f x = x