fixed lots of warnings in testprograms
[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 }