DEBSOURCES
Skip Quicknav
sources / llvm-toolchain-6.0 / 1%3A6.0.1-10 / 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