summaryrefslogtreecommitdiff
path: root/testsuite/tests/safeHaskell/unsafeLibs/Dep03.hs
blob: b5f39affc73bb7a3460af75c6a7b5ec8fda8b38c (plain)
1
2
3
4
5
6
7
module Dep03 where

import Foreign

bad :: IO a -> a
bad = unsafePerformIO