@@ -586,8 +586,8 @@ define i32 @main() { ; i32()*
is weak until linked, if not linked, the symbol becomes null instead of
being an undefined reference.
-
Some languages allow differing globals to be merged, such as two functions
with different semantics. Other languages, such as C++, ensure
that only equivalent globals are ever merged (the "one definition rule" -