4.3.3.3 How Do I Allocate Space for a Variable But Not Initialize/Load Any Value?
To allocate memory space for a variable without initializing or loading
the variable in memory, you can use the noload
attribute. For more on
variable attributes, see the following section in this user’s guide: