Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
2bc9988b1a8696a5044d7e5efbb8b51e88015c6d
/
.
/
test
/
CFrontend
/
2003-08-20-BadBitfieldRef.c
blob: f4458cbaf13be45b90d2de8ac1696d6941bd3656 [
file
] [
log
] [
blame
]
void
foo
()
{
char
*
ap
;
ap
[
1
]
==
'-'
&&
ap
[
2
]
==
0
;
}