ghc-exactprint-0.5.0.0: tests/examples/ghc8/T9964.hs
{-# LANGUAGE UnboxedTuples #-}
module T9964 where
import GHC.Base
crash :: IO ()
crash = IO (\s ->
let
{-# NOINLINE s' #-}
s' = s
in (# s', () #))
{-# LANGUAGE UnboxedTuples #-}
module T9964 where
import GHC.Base
crash :: IO ()
crash = IO (\s ->
let
{-# NOINLINE s' #-}
s' = s
in (# s', () #))