summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/parser/should_compile/T3303A.hs
blob: daa4bfb91d503d5a4b77e62ddeea5b396cd73d12 (plain)
1
2
3
4
5
6
7
8
9
10

module T3303A where

{-# DEPRECATED foo
         ["This is a multi-line",
          "deprecation message",
          "for foo"] #-}
foo :: Int
foo = 4