1 2 3 4 5 6 7
-- trac #2508 import System.Exit import Control.OldException main = exitWith ExitSuccess `finally` return ()