aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/general/andw.c
blob: a10f1203d83d829e8828497640644eafa27a5bc8 (plain)
1
2
3
4
5
int main(void){
    int a = 5;
    int b = -3;
    return a&b;
}