summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/T14452.hs
blob: 2fb3cfc025ddd065dcbfb3c66f50620653ef55d8 (plain)
1
2
3
4
5
{-# LANGUAGE CApiFFI #-}
{-# OPTIONS_GHC -optc-O3 #-}

module T14452 where
foreign import capi unsafe "stdlib.h exit" c_exit :: Int -> IO ()