DEBSOURCES
Skip Quicknav
sources / llvm-toolchain-6.0 / 1%3A6.0.1-10 / clang / test / SemaObjCXX / ivar-struct.mm
12345678
// RUN: %clang_cc1 -fsyntax-only -verify %s // expected-no-diagnostics @interface A { struct X { int x, y; } X; } @end