summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/parser/should_compile/read008.hs
blob: 20060b0c4d424b6160f99f62544091580d79b9f9 (plain)
1
2
3
4
module ShouldCompile where

{-# SPECIALISE f :: Int -> Int #-}
f n = n + 1