(*)() function pointer call syntax is not handled correctly
dibyendumajumdar opened this issue · 0 comments
dibyendumajumdar commented
If you have a pointer to function then following works:
f()
But this doesn't:
(*f)()
The generated linearized output is wrong.