1f51a89d39
These were ignored by git accidentally. We want ALL OF THEM since they all came in the llvm/clang source distribution.
8 lines
100 B
XML
8 lines
100 B
XML
// RUN: %clang_cc1 -fsyntax-only -verify %s
|
|
@interface A {
|
|
struct X {
|
|
int x, y;
|
|
} X;
|
|
}
|
|
@end
|