Section 7.1 of the C++ Standard mentions about \'extern\' as a storage class specifier.
N3126 - \"The extern specifier can be applied only to the na
Extern keyword inform compiler that a extern variable is exists (or function), even if the compiler not able to find it in the file currently being compiled It forces external linkage