aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/general/compw.geu.c
blob: 866f0b479ba0eafd348a627dc16392b9438d5963 (plain)
1
2
3
4
int main(void){
    unsigned int a = 5, b = -2;
    return (a >= b);
}