{-# OPTIONS_GHC -fwarn-safe #-} -- | Basic test to see if Safe warning flags compile -- Warn if module is infered safe -- In this test the warning _should_ fire module SafeFlags25 where f :: Int f = 1