Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
a5246fde9054fce345ccbc33a68bca25ba1d99d1
/
.
/
clang
/
test
/
Sema
/
Inputs
/
ms-keyword-system-header.h
blob: 13cfe3a6ea326dc9740c1e0fc9fd0f73e8604afd [
file
] [
log
] [
blame
]
/* "System header" for testing GNU libc keyword conflict workarounds */
typedef
union
{
union
w
*
__uptr
;
int
*
__iptr
;
}
WS __attribute__
((
__transparent_union__
));