Code:
I don't get a multiple definition error.
Perhaps "likely" is overstating it: it's undefined behavior, so linking errors are not required.

The relevant part of the standard is this (6.9p5): "If an identifier declared with external linkage is used in an expression ..., somewhere in the entire program there shall be exactly one external definition for the identifier; otherwise, there shall be no more than one."