fixed comment: get_call_abi() get the call type, NOT the method type of the called...
[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 }