Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
9c2f06b373e6209447baf1fd5a86dd6602c573a8
/
.
/
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