[project @ 2001-01-03 11:32:33 by simonmar]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail090.hs
1 {-# OPTIONS -fglasgow-exts #-}
2
3 module ShouldFail where
4
5 import PrelGHC
6
7 die :: Int -> ByteArray#
8 die _ = undefined