summaryrefslogtreecommitdiff
path: root/testsuite/tests/warnings/should_compile/DeprM.hs
blob: 2a84622e213f249d5a4b1cb05f42e3efa25595d2 (plain)
1
2
3
4
module DeprM {-# DEPRECATED "Here can be your menacing deprecation warning!" #-} where

f :: Int
f = 42