summaryrefslogtreecommitdiff
path: root/testsuite/tests/concurrent/should_run/T13330.hs
blob: ab8effe7861d0d59fdbf201efd5192278fd021de (plain)
1
2
3
4
5
module Main where
import Control.Concurrent
import Control.Exception

main = forkIO (error "Successful exception") >> threadDelay 100000