Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
a948045b43e9f102533f85a1b64ddd26c0077e8a
/
.
/
test
/
SemaObjC
/
interface-scope.m
blob: 8f164a9f73607d9ff541717b92513c70381e6d6a [
file
] [
log
] [
blame
]
// RUN: clang -fsyntax-only -verify %s
@interface
I1
{
@private
int
x
;
struct
{
unsigned
int
x
:
3
;
unsigned
int
y
:
3
;
}
flags
;
int
y
;
}
@end