DEBSOURCES
Skip Quicknav
sources / llvm-toolchain-7 / 1%3A7.0.1-8 / clang / test / SemaObjCXX / Inputs / arc-system-header.h
1234567891011121314
@interface B @end @interface A { @public union { struct { B *b; } a_b; void *void_ptr; } data; } @end