Sign in
android
/
platform
/
external
/
lldb
/
0d72cf6e46adfb00c0a8ec217ce31a38d61e4eb8
/
.
/
test
/
functionalities
/
fat_archives
/
main.c
blob: 328319d4fb8f1225c03d22aea0aae3e36e070128 [
file
] [
log
] [
blame
]
#include
"a.h"
#include
<stdio.h>
int
main
()
{
printf
(
"%d\n"
,
foo
());
}