union{boola;};// expected-error {{anonymous unions at namespace or global scope must be declared 'static'}} expected-error {{declaration of 'a' with internal linkage cannot be exported}}
staticunion{boola;};// expected-error {{declaration of 'a' with internal linkage cannot be exported}}