fixed comment: get_call_abi() get the call type, NOT the method type of the called...
[libfirm] / ir / be / test / fehler084.c
1 /* frontend fails with empty switch */
2
3 int main(int argc, char **argv)
4 {
5         switch(argc) {
6         }
7         return 0;
8 }