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

import Prelude
import safe M_SafePkg6

main = putStrLn "test"