aboutsummaryrefslogtreecommitdiffstats
path: root/progs/tests/auto/compare_constants_unequality.sy
blob: 21094da5b52fbb258d1ed22f59ee3f5c426432aa (plain) (blame)
1
2
3
4
5
start :: fn {
    if 1 != 1 {
        <!>
    }
}