summaryrefslogtreecommitdiff
path: root/testsuite/tests/safeHaskell/flags/SafeFlags18.hs
blob: 601a8e0b3c43055cf32181d59f381b6b935ef187 (plain)
1
2
3
4
5
6
7
{-# OPTIONS_GHC -fpackage-trust #-}
-- | Basic test to see if Safe flags compiles
module SafeFlags18 where

f :: Int
f = 1