1 2 3 4 5 6 7 8 9
-- We should get an error message, including a location, for these flags: {-# OPTIONS_GHC -this-flag-does-not-exist -nor-does-this-one #-} module Foo where foo :: () foo = ()