xref: /minix3/external/bsd/llvm/dist/clang/test/Sema/Inputs/ms-keyword-system-header.h (revision 4f89addcc198bff2fc614da2f8f4a7beb4b6cb7d)
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