Sign in
android
/
platform
/
ndk
/
HEAD
/
.
/
tests
/
build
/
issue54623-dcraw_common-x86-segfault
/
jni
/
issue54623-dcraw_common-x86-segfault.cpp
blob: 3983d2c51f95e772a6cf1626372c5fb8c22adc7e [
file
] [
log
] [
blame
]
int
c
;
void
foo
(
int
f
)
{
int
wbi
=-
100000000
;
c
=
(
f
?
"012346000000000000"
:
"01345:000000006008"
)[
wbi
]-
'0'
+
2
;
}
int
main
()
{
return
0
;
}