summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_compile/T15730a.hs
blob: 5f1c45828a1d16ed87bdd9e5ae10a26045e73a0d (plain)
1
2
3
4
5
x = 1 / 2 / 2
a = {-# SCC ann #-} 1 / 2 / 2
b = 1 / 2 / {-# SCC ann #-} 2

main = print (x, a == x, b == x)