The code following is fine in the prevous version, but it failed with the
current devel branch because access the terminator zero is disabled.
var a = ""
let b = addr a[0]
Now, there is any way I can get the address of the empty string?
