summaryrefslogtreecommitdiff
path: root/ghc/misc/examples/io/io004/Main.hs
blob: 59c745d4b1c75073b4f6c6077fdba4b879d39a0b (plain)
1
2
3
import LibSystem (exitWith, ExitCode(..))

main = exitWith (ExitFailure 42)