summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/OpaqueParseFail2.hs
blob: e9685581e89b3ddda30498c73393f0f078bb2324 (plain)
1
2
3
4
module OpaqueParseFail2 where

f = id
{-# OPAQUE SPECIALISE f :: Int -> Int #-}