projects
/
ghc-hetmet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[project @ 2000-04-25 11:27:35 by rrt]
[ghc-hetmet.git]
/
ghc
/
tests
/
io
/
should_run
/
io004.hs
1
import System (exitWith, ExitCode(..))
2
3
main = exitWith (ExitFailure 42)