Open dibyendumajumdar opened 7 years ago
If you have a pointer to function then following works:
f()
But this doesn't:
(*f)()
The generated linearized output is wrong.
If you have a pointer to function then following works:
But this doesn't:
The generated linearized output is wrong.