packages feed

ide-backend-0.10.0: TestSuite/inputs/ABnoError/A.hs

module Main where

import B

main :: IO ()
main = do
  print B.string
  error "A.hs throws exception"