fehler127: WTF - autobreak expects this to compile.
[libfirm] / ir / be / test / fehler065.c
1 int randn = -1271796327;
2 double value = 4294967295;
3
4 int main(void) {
5         double res = (double) (randn % (unsigned int) value);
6         printf("Res: %f\n", res);
7         return 0;
8 }