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