If you can comment-out the string declaration, it suggests you're not using it anywhere (otherwise, the compiler would complain), so that suggests the string is being optimised away.
If you can comment-out the string declaration, it suggests you're not using it anywhere (otherwise, the compiler would complain), so that suggests the string is being optimised away.