ghc-exactprint-0.5.1.0: tests/examples/ghc8/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]