Make ICC more happy by spelling -f combo as -fcombo, so it can properly ignore "combo...
[libfirm] / ir / be / test / fehler134.c
1 int main(void)
2 {
3         int x = 1;
4         asm("mov $0, %0" : "=m" (x));
5         return x;
6 }