summaryrefslogtreecommitdiff
path: root/testsuite/tests/safeHaskell/ghci/B.hs
blob: 58ecfb42f7cf0d39d831895d00d7d500f6390e1f (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE Unsafe #-}
module B where

import System.IO.Unsafe

a :: Int
a = 1