don't prefer 1 cpu architecture over another (and wonder why we don't construct inc...
[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 }