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

import safe Prelude
import safe ImpSafe03_A

main = putStrLn "test"