packages feed

ghc-exactprint-0.5.3.1: tests/examples/ghc80/T9964.hs

{-# LANGUAGE UnboxedTuples #-}
module T9964 where

import GHC.Base

crash :: IO ()
crash = IO (\s ->
  let
    {-# NOINLINE s' #-}
    s' = s
  in (# s', () #))