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

f :: Int
f = 1