An empty string is printed, because string literals contain pointers to global memory, which are probably not getting persisted between cells as appropriate.
I'm not certain what the solution is: whether all global memory needs to be persisted or this is simply considered unsupported behaviour.
Consider two separate cells:
An empty string is printed, because string literals contain pointers to global memory, which are probably not getting persisted between cells as appropriate.
I'm not certain what the solution is: whether all global memory needs to be persisted or this is simply considered unsupported behaviour.