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
module M; // #Mexportint b2; // expected-error {{export declaration can only be used within a module purview}}
As Michael's suggestion in #148861 (comment), This should say "within the purview of a module interface" for this case, or just "within a module interface" to be less pedantic.