summaryrefslogtreecommitdiff
path: root/testsuite/tests/lib/exceptions/exceptions001.hs
blob: f5fcbf0087707eae60785f58d9d0a93719d5b8ef (plain)
1
2
3
4
5
6
7

-- trac #2508

import System.Exit
import Control.OldException

main = exitWith ExitSuccess `finally` return ()