I have some custom global assembly and need to call a function.
Usually I'd just pass it as an input w/ the X constraint, but seems like that's not possible in global asm?
I've found the ${:private}, but trying to use that just leads to the compiler crashing.
Would appreciate any help!
(Of course the function I'm trying to call is Callconv(.Naked))