blob: b4dfff683bb123e9ed979d14a740e7ffe455a383 [file] [log] [blame]
// RUN: clang-cc -fsyntax-only -verify %s
@interface I1 {
@private
int x;
struct {
unsigned int x : 3;
unsigned int y : 3;
} flags;
int y;
}
@end