The compiler recognizes alternate keywords of the form __keyword__. These alternate keywords have the same behavior as the original keywords. For example, __const__ behaves the same as const.
__keyword__
keyword
Supported in GNU mode only.