Sign in
android
/
platform
/
external
/
stg
/
HEAD
/
.
/
test_cases
/
diff_tests
/
array
/
length.0.c
blob: ae0353b1514070dd0f2799d5836431c3ceadc20b [
file
] [
log
] [
blame
]
#define
MAX
1
struct
foo
{
int
bar
[
MAX
];
};
void
baz
(
const
struct
foo
*
z
)
{
(
void
)
z
;
}