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