blob: 374f76126c55f2422a69fcfa0aaff8cbf8dcf278 (
plain)
1
2
3
4
5
6
7
8
|
{-# OPTIONS_NO_SUCH_PRAGMA --no-such-flag #-}
-- We should parse the above as an unrecognised pragma, not as an OPTIONS
-- pragma containing "_NO_SUCH_PRAGMA -wibble". Trac #2847.
module Test where
|