packages feed

tasty-process-0.1.0.0: test/executables/exitcode/Main.hs

module Main (main) where

import System.Exit (ExitCode (ExitFailure), exitWith)

main :: IO ()
main = exitWith (ExitFailure 123)