diff options
Diffstat (limited to 'clang/test/CodeGenObjC/Inputs/strong_in_union.h')
-rw-r--r-- | clang/test/CodeGenObjC/Inputs/strong_in_union.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/clang/test/CodeGenObjC/Inputs/strong_in_union.h b/clang/test/CodeGenObjC/Inputs/strong_in_union.h deleted file mode 100644 index abe4549055c..00000000000 --- a/clang/test/CodeGenObjC/Inputs/strong_in_union.h +++ /dev/null @@ -1,10 +0,0 @@ -#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 |