aboutsummaryrefslogtreecommitdiffstats
path: root/progs/tests/constant/declaration_order.sy
blob: 93e611728542836e00c5d6fbf16218ce03f6988b (plain) (blame)
1
2
3
4
5
6
b :: 1
a :: b + 1

start :: fn {
    a <=> b + 1
}