aboutsummaryrefslogtreecommitdiffstats
path: root/progs/tests/auto/assignment.sy
blob: 5ab9f6b267569b08c461c3cda0f0fec0f699dd67 (plain) (blame)
1
2
3
4
5
6
7
start :: fn {
    a := 1
    b := 2
    a = b
    a <=> 2
    b <=> 2
}