Sign in
android
/
platform
/
external
/
stg
/
HEAD
/
.
/
test_cases
/
diff_tests
/
composite
/
anonymous.0.cc
blob: ce22c8ab15fd7368207e3bbefefeebf288ec3da7 [
file
] [
log
] [
blame
]
struct
Foo
{
class
{
int
x
;
}
anon_class
;
struct
{
int
x
;
}
anon_struct
;
union
{
int
x
;
}
anon_union
;
enum
{
X
=
1
}
anon_enum
;
};
Foo
var
;