1 /* "System header" for testing GNU libc keyword conflict workarounds */
2 
3 typedef union {
4   union w *__uptr;
5   int *__iptr;
6 } WS __attribute__((__transparent_union__));
7