Before using @assume_effects, is it possible to check what the compiler already figured out about a function?
I can of course do it very indirectly (call the function and see what’s eliminated), but it would be great to do it directly, using a call signature.