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

import Prelude
import safe M_SafePkg6

main = putStrLn "test"