In section 7.1.1 of the book \"The C++ Programming Language\" the author states:
\"inline function still has a unique address and so do the static variables of an in
Inline functions are have addresses if you need one. Standard only says that:
An inline function with external linkage shall have the same address in all translation units.