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
]
Akira Hatanaka
ceb6652
2018-03-13 23:37:51 +0000
[
diff
] [
blame
]
1
#ifndef
STRONG_IN_UNION_H
2
#define
STRONG_IN_UNION_H
3
#pragma
clang system_header
4
5
typedef
union
{
6
id f0
;
7
int
*
f1
;
8
}
U
;
9
10
#endif
// STRONG_IN_UNION_H