fehler127: WTF - autobreak expects this to compile.
[libfirm] / ir / be / test / fehler023.c
1 #include <stdio.h>
2 #include <math.h>
3
4 int main(int argc, char ** argv) {
5         float a = 0;
6
7         while(argc--) {
8                 a += 1;
9         }
10
11         printf("%f\n", a);
12
13         return 0;
14 }