fixed comment: get_call_abi() get the call type, NOT the method type of the called...
[libfirm] / ir / be / test / fehler060.c
1 float f(float x)
2 {
3         return x * 2.0f;
4 }
5
6
7 int main(void)
8 {
9         return 0;
10 }