summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/safeHaskell/flags/SafeFlags02.hs
blob: 50a1101bd4f60797efcd8193b790dbbc703768db (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE Trustworthy #-}

-- | Basic test to see if Safe flags compiles
module SafeFlags02 where

f :: Int
f = 1