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

f :: Int
f = 1