Make ICC more happy by spelling -f combo as -fcombo, so it can properly ignore "combo...
[libfirm] / ir / be / test / fehler005.c
1
2 int main(void)
3 {
4         int g = 0;
5         int h = !g;
6         printf("%d %d\n", g, h);
7
8         return 0;
9 }