You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are these compile-time constants? If they are, we need to drop support for foreign constants. If they aren't, this code is going to need a rewrite because it makes the assumption that any static is a known constant.
See #9866 and #9909 for some of the issues caused by this being unspecified and not handled correctly.