remove #if 0 around arch_get_irn_ops, no idea why it was there...
[libfirm] / ir / be / test / fehler077.c
1 unsigned char k;
2
3 int main(void) {
4         /* should result in a decb k x86 instruction */
5         --k;
6         return 0;
7 }