summaryrefslogtreecommitdiff
path: root/testsuite/tests/safeHaskell/check/pkg01/ImpSafe03.hs
blob: 989fa1ed2e3ecf9ba718ff086da394ba0a470270 (plain)
1
2
3
4
5
6
7
8
9
{-# LANGUAGE Haskell2010 #-}
{-# LANGUAGE Trustworthy #-}
module Main where

import safe Prelude
import safe ImpSafe03_A

main = putStrLn "test"