module Everything where import System.Exit main = do putStrLn "This test always fails" exitFailure