summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/Inputs/strong_in_union.h
blob: abe4549055c601823de6cd9fb971b1b2366c2677 (plain)
1
2
3
4
5
6
7
8
9
10
#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
OpenPOWER on IntegriCloud