summaryrefslogtreecommitdiff
path: root/testsuite/tests/safeHaskell/flags/SafeFlags10.hs
blob: 43ba5c81cdbe460290550b12697e0acd0a6075b0 (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE Safe, Trustworthy #-}

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

f :: Int
f = 1