summaryrefslogtreecommitdiff
path: root/testsuite/tests/stage1/T13609.hs
blob: e67eb32af4f53943508b4674ae8d6b8ca299792b (plain)
1
2
3
4
5
module M where

{-# ANN myId "HLint: ignore" #-}
myId :: a -> a
myId x = x