Controls which functions to inline.
#pragma auto_inline on | off | reset
If you enable this pragma, the compiler automatically chooses functions to inline for you.
This pragma corresponds to the Auto-Inline setting in the Language panel. To check this setting, use __option (auto_inline), described in Checking Pragma Settings. By default, this pragma is disabled.