Sign in
cobalt
/
cobalt
/
0c2b1d4428f8ae16220e86a16bebd07ff691a412
/
.
/
third_party
/
llvm-project
/
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