summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-api/annotations/Test10396.hs
blob: 71b18a8f9e80022f25fb69526ef8b3b72833abe6 (plain)
1
2
3
4
5
6
7
{-# LANGUAGE ScopedTypeVariables #-}
module Test10396 where

errors :: IO ()
errors= do
  let ls :: Int = undefined
  return ()