summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/readFail044.hs
blob: 2735d3363baa6f1defc81a9b95fef92804968a13 (plain)
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 = ()