8.11.17 Used Variable Attribute
The used attribute indicates to the compiler that the object is
always used and storage must be allocated for the object, even if the
compiler cannot see a reference to it. For example, if inline assembly is
the only reference to an object.
