__root
In this section:
Syntax
See Syntax for object attributes.
Description
A function or variable with the __root attribute is kept whether or not it is referenced from the rest of the application, provided its module is included. Program modules are always included and library modules are only included if needed.
Example
__root int myarray[10];
See also
For more information about root symbols and how they are kept, see Keeping symbols and sections.