: An inline function or variable
with external or module linkage
has the same address in all translation units
. A
static local variable in an inline
function with external or module linkage
always refers to the same object
. A type defined within the body of an inline
function with external or module linkage is the
same type in every translation unit
. —
end note