summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_compile/T515.lhs
blob: 20286cd8d65ce1d7a8a7179a0e597d4f1fef1934 (plain)
1
2
3
4
5
6
7
8
9
In #515, an LHS file gave warnings attributed to the wrong source location
(i.e., line 1).  This regression tests makes sure they are attributed to
the correct line.

> module Test where
> a = 1
> b = 2

The above should attribute the warnings to lines 6 and 7.