blob: d4adec88ae7570d5fb35a07431c93c873870d3dc (
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". #2847.
module Test where
|