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