dibyendumajumdar/dmr_c

(*)() function pointer call syntax is not handled correctly

dibyendumajumdar opened this issue · 0 comments

If you have a pointer to function then following works:

f()

But this doesn't:

(*f)()

The generated linearized output is wrong.