packages feed

ghc-exactprint-1.14.0.0: tests/examples/pre-ghc910/Test10396.hs

{-# LANGUAGE ScopedTypeVariables #-}
module Test10396 where

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