summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/position001.hs
blob: c47ed60a1bd7e5aca3cba0c3fd8bfbc8b2a620ff (plain)
1
2
3
4
5
6
7

module T where

-- We should get a parse error on column 33
-- Indented with spaces:
foo = 123456                    module