Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
d2941b43f40d24f083b7ed4151d6e882a86d32c3
/
.
/
clang
/
test
/
CodeGenObjC
/
Inputs
/
strong_in_union.h
blob: abe4549055c601823de6cd9fb971b1b2366c2677 [
file
] [
log
] [
blame
]
#ifndef
STRONG_IN_UNION_H
#define
STRONG_IN_UNION_H
#pragma
clang system_header
typedef
union
{
id f0
;
int
*
f1
;
}
U
;
#endif
// STRONG_IN_UNION_H