summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/T21023.hs
blob: 322ba786b15fcc8768d6702ec1ba8129e7699ca9 (plain)
1
2
3
4
5
{-# LANGUAGE MonoLocalBinds #-}

module T21023( f ) where
     x = 5
     f v = (v,x)