blob: 053bc56c2f3be892417804ccd468c427ec1cda04 (
plain)
1
2
3
4
5
6
7
8
9
|
{-# OPTIONS_GHC -fno-package-trust #-}
-- | Basic test to see if Safe flags compiles
-- test should fail as there shouldn't be a no-package-trust flag, only a
-- package-trust flag!
module SafeFlags19 where
f :: Int
f = 1
|