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

module T where

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