Sign in
android
/
platform
/
external
/
stg
/
HEAD
/
.
/
test_cases
/
info_tests
/
struct
/
anonymous.c
blob: fc8dbbeff405ee22f962a07a77a12e5cbb3641a9 [
file
] [
log
] [
blame
]
typedef
struct
{
union
{
struct
{
unsigned
int
x
;
unsigned
int
y
;
};
unsigned
long
long
z
;
};
}
Foo
;
Foo
var
;