blob: c8c9ca9cbbf04f9ba4db960f540359fee7c2118e [file] [log] [blame]
// RUN: %clang_cc1 -fsyntax-only -verify %s
// expected-no-diagnostics
@interface A {
struct X {
int x, y;
} X;
}
@end