module 0x8675309::M { struct R has key { f: bool } fun t0(_s: &signer) { move_to(); } } // check: NEGATIVE_STACK_SIZE_WITHIN_BLOCK module 0x8675309::N { struct R has key { f: T } fun t0(_s: &signer) { () = move_to>(); } } // check: NEGATIVE_STACK_SIZE_WITHIN_BLOCK