aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/simple.c
blob: 725aff683fbc505ff2566362a9b7a0a6a56fb0a5 (plain)
1
2
3
4
5
6
int main(void){
    int a = 4;
    int b = 3;

    return (a+b);
}