fixed comment: get_call_abi() get the call type, NOT the method type of the called...
[libfirm] / ir / be / test / iabs.c
1 #include <math.h>
2
3 int main(int argc)
4 {
5   printf("%d\n", abs(argc));
6
7         return 0;
8 }