summaryrefslogtreecommitdiff
path: root/testsuite/tests/safeHaskell/safeLanguage/SafeLang16.hs
blob: cbcb7a376a422446add3f0a847ae8fda93f5d96f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{-# LANGUAGE Haskell2010 #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE Safe #-}

-- | Test SafeLanguage disables things
-- Testing ordering doesn't matter this time
-- with Safe appearing after TH.
module SafeLang16 where

f :: Int
f = 1