Make ICC more happy by spelling -f combo as -fcombo, so it can properly ignore "combo...
[libfirm] / ir / be / test / fehler101.c
1 long double l;
2
3 int main(void) {
4                 l = l + 1.0;
5                 printf("%llf\n", l);
6                 return 0;
7 }