/* "System header" for testing GNU libc keyword conflict workarounds */typedefunion{unionw*__uptr;#if defined(MS) && defined(NOT_SYSTEM)// expected-warning@-2 {{keyword '__uptr' will be made available as an identifier here}}#endifint*__iptr;}WS__attribute__((__transparent_union__));