aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Sema/Inputs/ms-keyword-system-header.h
blob: dda4c2a011115040f362612e40b619d13f4dbbdb (plain)
1
2
3
4
5
6
7
8
9
/* "System header" for testing GNU libc keyword conflict workarounds */

typedef union {
  union w *__uptr;
#if defined(MS) && defined(NOT_SYSTEM)
  // expected-warning@-2 {{keyword '__uptr' will be made available as an identifier here}}
#endif
  int *__iptr;
} WS __attribute__((__transparent_union__));