Drastically lower the runtime of the strong normal form theorem scheduler by not...
[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 }