blob: 27790a4c962f9eb3f5fdb5c13667bbe57365431d (
plain)
1
2
3
4
5
6
7
|
{-# LANGUAGE Safe, Unsafe, Trustworthy #-}
-- | Basic test to see that incompatible flags give a nice error
-- message and ghc do not panic (see issue #11580).
module SafeFlags30 where
f :: Int
f = 1
|