bolt/deps/llvm-18.1.8/clang/test/Sema/Inputs/ms-keyword-system-header.h
2025-02-14 19:21:04 +01:00

9 lines
305 B
C

/* "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__));