aboutsummaryrefslogtreecommitdiffstats
path: root/progs/tests/compare_variable.sy
blob: 80fb4a4fc8d3d3e0e13962689ae9bea93b43abbd (plain) (blame)
1
2
3
4
5
6
7
8
9
start :: fn {
    a := 1
    if a == 0 {
        <!>
    }
    if a != 1 {
        <!>
    }
}