9df37f65431f98c549805acf6ed4abdaba3c323d
[ghc-hetmet.git] / ghc / tests / ghci / ghci007.stdout
1    ___         ___ _
2   / _ \ /\  /\/ __(_)
3  / /_\// /_/ / /  | |      GHC Interactive, version 5.03, for Haskell 98.
4 / /_\\/ __  / /___| |      http://www.haskell.org/ghc/
5 \____/\/ /_/\____/|_|      Type :? for help.
6
7 Loading package std ... linking ... done.
8 Prelude> -- bug: shouldn't kill the whole system
9 Prelude> System.exitFailure
10 *** Exception: exit: ExitFailure 1
11 Prelude> Leaving GHCi.