summaryrefslogtreecommitdiff
path: root/testsuite/tests/safeHaskell/flags/SafeFlags06.hs
blob: 81fd3257ae5d376d2edf7f3c3cfc9306af49ed31 (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE Trustworthy, SafeImports #-}

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

f :: Int
f = 1