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

import Prelude
import safe M_SafePkg7

main = putStrLn "test"