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