testcase where tarval problems manifestated
[libfirm] / ir / be / test / fehler77.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 }