fixed comment: get_call_abi() get the call type, NOT the method type of the called...
[libfirm] / ir / be / test / const.c
1 #include <stdio.h>
2
3 int main() {
4         printf("%d\n", 0x1e00000);
5         return 0;
6 }