summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_compile/read038.hs
blob: 30e20774fa4cb665b60e52729e5156dd64e53218 (plain)
1
2
3
4
5
module ShouldCompile where
a ---> b = a + a
foo = 3
 ---> 4
 ---> 5