scripts: add onetest_gesamt for arm64
[testub10.git] / gesamt / old_abgabe_cc.call
1 #define DEFINE_G
2
3 extern long f(long,long);
4
5
6 printf("f(%d,%d) == %d, sollte %d\n",5,3,f(5,3),73);
7
8 RET(f(5,3)==73);
9
10