ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/T11155.hs
{-# OPTIONS_GHC -O -fno-full-laziness #-}
module T11155 where
foo :: Bool
{-# NOINLINE foo #-}
foo = error "rk"
bar x = let t :: Char
t = case foo of { True -> 'v'; False -> 'y' }
in [t]