Replace the initializer and update this global's value type.
Sets the initializer for this global variable, and sets the value type of the global to the type of the initializer. The initializer must not be null. This may affect the global's alignment if it isn't explicitly set.
| Name | Description |
|---|---|
| InitVal | The non-null new initializer. |