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