Sign in
android
/
platform
/
external
/
stg
/
HEAD
/
.
/
test_cases
/
info_tests
/
struct
/
bit_field.c
blob: 113e5269795d1ce76eb64f2f2311f20a2bacb7e5 [
file
] [
log
] [
blame
]
struct
Foo
{
short
rest_of_the_struct
;
short
x
:
5
;
short
y
:
6
;
short
z
:
5
;
};
struct
Foo
var
;