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

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

f :: Int
f = 1