1 // RUN: %clang_cc1 -fsyntax-only -verify %s 2 @interface A { 3 struct X { 4 int x, y; 5 } X; 6 } 7 @end 8