summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_compile/T20718.hs
blob: 0b1a3e6a0faaf4b42aab1f3ff6a33d32ed43201e (plain)
1
2
3
4
5
6
7
8
9
10
11
-- top of file 1
-- top of file 2
module T20718 where

-- before 1
-- before 2

x = 1

-- end 1
-- end 2