ghc-exactprint-0.5.1.0: tests/examples/ghc8/T11193.hs
{-# LANGUAGE Strict #-}
module Main where
main = do
~a <- return (error "don't error here!")
b <- return (error "error here!") -- this binding should be strict
print "should never reach here"